Revent erroneous bug fix
[satune.git] / src / Collections / hashtable.h
index f4610d05eeaa7398d9dd2bbf56ddb8dd08650f8e..b7c78d94bb6142b60c180bf7c65a8532a59c7b8d 100644 (file)
@@ -34,7 +34,7 @@
  * @tparam _Key    Type name for the key
  * @tparam _Val    Type name for the values to be stored
  */
-#define HashTableDef(Name, _Key, _Val, hash_function, equals)\
+#define HashTableDef(Name, _Key, _Val)\
        struct hashlistnode ## Name {                                         \
                _Key key;                                                             \
                _Val val;                                                             \