diff options
-rw-r--r-- | src/jvm/jvm.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/jvm/jvm.c b/src/jvm/jvm.c index 49a6da8..d91c3a9 100644 --- a/src/jvm/jvm.c +++ b/src/jvm/jvm.c @@ -2071,12 +2071,6 @@ JNIEnv_ReleaseStringUTFChars(JNIEnv *env, jstring string, const char *utf) assert(env && string && utf); } -static void -trace(const char *const symbol) -{ - printf("trace: %s\n", symbol); -} - #define WRAP(x) create_wrapper(#x, x) static void |