Adding stub and skeleton for Lifxtest and LifxLightBulb; Creating build flow for...
[iot2.git] / iotjava / iotruntime / cpp / setrelation / IoTSet.hpp
index f5ba84a0fc81f01faa34fa3f28ec3a3f1726a4dc..78d8c63f2b49a8d7db1fcfb3aa7ddad4da6a55ad 100644 (file)
@@ -55,7 +55,6 @@ IoTSet<T>::IoTSet(const unordered_set<T>& s) {
 template <class T>
 IoTSet<T>::~IoTSet() {
 
-       //free(&set);
 }