Cleaned up a lot of printing.
[distributedratelimiting.git] / drl / util.h
index ffe3321..9d0eaba 100644 (file)
@@ -56,8 +56,4 @@ void* map_remove(map_handle map,void *key, int keylen);
 void map_insert(map_handle map, void *key, int keylen, void *value);
 int map_size(map_handle map);
 
 void map_insert(map_handle map, void *key, int keylen, void *value);
 int map_size(map_handle map);
 
-/* sundry items */
-void print_system_error(int ret);
-
-
 #endif
 #endif