projects
/
invirt/third/libt4.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Lots of clean-ups and simplifications
[invirt/third/libt4.git]
/
rpc
/
jsl_log.h
diff --git
a/rpc/jsl_log.h
b/rpc/jsl_log.h
index
c6ea812
..
66a2dd3
100644
(file)
--- a/
rpc/jsl_log.h
+++ b/
rpc/jsl_log.h
@@
-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