Clean up TODOs in OCUtilities
authorErich Keane <erich.keane@intel.com>
Tue, 10 Feb 2015 01:29:14 +0000 (17:29 -0800)
committerPatrick Lankswert <patrick.lankswert@intel.com>
Mon, 23 Feb 2015 15:40:39 +0000 (15:40 +0000)
commitdd718cdfa823418f66c8581cd3b9592276a9fb0b
treee54d7ae0cf2d47ee5ed52fa55813b5134ed42c13
parent7846516d997ebd280e44ea0e46a24c587d2a91e5
Clean up TODOs in OCUtilities

The Escape String mechanism is no longer used anywhere, so it is
dead code.  The QueryParam parsing was only used in 1 place and the
initial non 'temp patch' function was all dead code.  This fix removes
both sets of dead code and cleans up the temp-patch code to be a little
more efficient.

Change-Id: I0777f5d5795362195e35bdffc82a6eed55850a91
Signed-off-by: Erich Keane <erich.keane@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/320
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Patrick Lankswert <patrick.lankswert@intel.com>
resource/include/OCUtilities.h
resource/src/InProcServerWrapper.cpp
resource/src/OCUtilities.cpp