remove duplicate OCSetDeviceInfo decl
authorCharlie Lenahan <charlie.lenahan@intel.com>
Tue, 21 Apr 2015 23:46:54 +0000 (19:46 -0400)
committerErich Keane <erich.keane@intel.com>
Wed, 22 Apr 2015 16:36:01 +0000 (16:36 +0000)
looks to be a CA-master merge glitch

Change-Id: I461ecc1283ed055ee81508fce2e0f0f51bfba7df
Signed-off-by: Charlie Lenahan <charlie.lenahan@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/799
Reviewed-by: Joseph Morrow <joseph.l.morrow@intel.com>
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Sakthivel Samidurai <sakthivel.samidurai@intel.com>
Reviewed-by: Erich Keane <erich.keane@intel.com>
resource/csdk/stack/include/ocstack.h

index d7fd0bc..7ade64f 100644 (file)
@@ -566,16 +566,6 @@ OCStackResult OCSetDefaultDeviceEntityHandler(OCDeviceEntityHandler entityHandle
 OCStackResult OCSetDeviceInfo(OCDeviceInfo deviceInfo);
 
 /**
- * Set device information.
- *
- * @param deviceInfo Structure passed by the server application containing
- *                   the device information.
- *
- * @return ::OC_STACK_OK on success, some other value upon failure.
- */
-OCStackResult OCSetDeviceInfo(OCDeviceInfo deviceInfo);
-
-/**
  * Create a resource.
  *
  * @param handle Pointer to handle to newly created resource.  Set by ocstack and