edits
[iotcloud.git] / version2 / src / C / KeyValue.h
index 9234b2dfbcc98a4a295d39670607c05015f58ac8..06f514b577e096bc59692b9b406a20c3159419d4 100644 (file)
@@ -28,6 +28,4 @@ public:
 };
 
 KeyValue *KeyValue_decode(ByteBuffer *bb);
-unsigned int hashKeyValue(KeyValue *kv);
-bool equalsKeyValue(KeyValue *a, KeyValue *b);
 #endif