Keep sets sorted
[satune.git] / src / csolver.h
index feec9e6d40c8f8f5e9a0da62ac2e597df5a0c1c0..480790832fbfea2d46875394e4bbe529e2e68e20 100644 (file)
@@ -26,7 +26,8 @@ public:
 
        /** This function adds a new item to a set. */
 
-       void addItem(MutableSet *set, uint64_t element);
+       //Deprecating this unless we need it...
+       //      void addItem(MutableSet *set, uint64_t element);
 
        /** This function adds a new unique item to the set and returns it.
            This function cannot be used in conjunction with manually adding