Remove unused variable
[platform/upstream/iotivity.git] / examples / presenceclient.cpp
index 9ccc9c7..6e1f8be 100644 (file)
@@ -28,7 +28,6 @@
 
 using namespace OC;
 
-const int SUCCESS_RESPONSE = 0;
 std::shared_ptr<OCResource> curResource;
 static ObserveType OBSERVE_TYPE_TO_USE = ObserveType::Observe;