X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drl%2Futil.h;h=9d0eaba76d69293990f2f66e4e8818531a22c605;hb=845a86c2059f50aef544fffde2534064d4048ed4;hp=ffe3321814faa2542a6ec9b86942664527ab9061;hpb=0be9704d6b24d09ebd55beedec52758cb88c570b;p=distributedratelimiting.git diff --git a/drl/util.h b/drl/util.h index ffe3321..9d0eaba 100644 --- a/drl/util.h +++ b/drl/util.h @@ -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); -/* sundry items */ -void print_system_error(int ret); - - #endif