Removed extraneous comment. The callback process is triggered from a
authorJoseph Morrow <joseph.l.morrow@intel.com>
Tue, 16 Sep 2014 17:56:57 +0000 (13:56 -0400)
committerJoseph Morrow <joseph.l.morrow@intel.com>
Tue, 16 Sep 2014 17:56:57 +0000 (13:56 -0400)
lower point in the stack than from here. The consideration written in
comment here has already been taken care of, as per Yamin.

Change-Id: I982922f8c87b42385e358cfe91b24bfee5ffc17f

csdk/stack/src/ocstack.c

index 73d11a5..a1d430c 100644 (file)
@@ -97,7 +97,6 @@ void HandleStackResponses(OCResponse * response)
     OCStackApplicationResult result = OC_STACK_DELETE_TRANSACTION;
     OC_LOG(INFO, TAG, PCF("Entering HandleStackResponses (OCStack Layer)"));
 
-    //ToDo: if ttl is zero, we should notify the client!!!!
     if (response->cbNode)
     {
         OC_LOG(INFO, TAG, PCF("Calling into application address space"));