Adding stub and skeleton for Lifxtest and LifxLightBulb; Creating build flow for...
[iot2.git] / iotjava / iotruntime / cpp / setrelation / IoTRelation.hpp
index c2315f9a9672bd6a5fb26e89709bd096a17a9f64..77c8ff4e583d265516dbfa53ef5c33e475466e25 100644 (file)
@@ -58,7 +58,6 @@ IoTRelation<K,V>::IoTRelation(const unordered_multimap<K,V>& r) {
 template <class K,class V>
 IoTRelation<K,V>::~IoTRelation() {
 
-       //free(&set);
 }