Lots of clean-ups and simplifications
[invirt/third/libt4.git] / rpc / jsl_log.h
index c6ea812..66a2dd3 100644 (file)
@@ -13,6 +13,4 @@ extern int JSL_DEBUG_LEVEL;
 
 #define jsl_log(level,...) {if(JSL_DEBUG_LEVEL >= abs(level)) printf(__VA_ARGS__);}
 
-void jsl_set_debug(int level);
-
 #endif