X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/libt4.git/blobdiff_plain/a4175b2e216a20b86cc872dea8a08005c60617a5..dfe8486473094c0769fd1922329c3f0dfd8f43c0:/rpc/jsl_log.cc diff --git a/rpc/jsl_log.cc b/rpc/jsl_log.cc index de02fc2..9399b09 100644 --- a/rpc/jsl_log.cc +++ b/rpc/jsl_log.cc @@ -1,9 +1 @@ -#include "jsl_log.h" - int JSL_DEBUG_LEVEL = 0; -void -jsl_set_debug(int level) { - JSL_DEBUG_LEVEL = level; -} - -