Removed unused macro.
authorJoseph Morrow <joseph.l.morrow@intel.com>
Tue, 17 Mar 2015 18:14:23 +0000 (14:14 -0400)
committerErich Keane <erich.keane@intel.com>
Wed, 18 Mar 2015 17:27:59 +0000 (17:27 +0000)
Cleaned up the definition of an unused macro in occlientcb.c.

Change-Id: Id43fcb3df6140dea11fa76cd59519b007af90974
Signed-off-by: Joseph Morrow <joseph.l.morrow@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/492
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Erich Keane <erich.keane@intel.com>
resource/csdk/stack/src/occlientcb.c

index 0b366e6..48a46a1 100644 (file)
@@ -31,8 +31,6 @@
 /// Module Name
 #define TAG PCF("occlientcb")
 
-#define VERIFY_NON_NULL(arg) { if (!arg) {OC_LOG(FATAL, TAG, #arg " is NULL"); goto exit;} }
-
 struct ClientCB *cbList = NULL;
 OCMulticastNode * mcPresenceNodes = NULL;