From c1729aac9960401277585eed01390223ad2758aa Mon Sep 17 00:00:00 2001 From: twisti Date: Thu, 22 Jan 2004 13:25:36 +0000 Subject: [PATCH] Don't print log test in nativeInit. --- nat/Thread.c | 4 +--- src/native/vm/VMThread.c | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/nat/Thread.c b/nat/Thread.c index b6478e08f..53f8e06b3 100644 --- a/nat/Thread.c +++ b/nat/Thread.c @@ -28,7 +28,7 @@ Changes: Joseph Wenninger - $Id: Thread.c 897 2004-01-21 00:49:42Z stefan $ + $Id: Thread.c 900 2004-01-22 13:25:36Z twisti $ */ @@ -288,8 +288,6 @@ JNIEXPORT s4 JNICALL Java_java_lang_Thread_interrupted(JNIEnv *env, jclass clazz */ JNIEXPORT void JNICALL Java_java_lang_Thread_nativeInit(JNIEnv *env, java_lang_Thread *this, s8 par1) { - log_text("Thread_nativeInit"); - if (*exceptionptr) log_text("There has been an exception, strange..."); diff --git a/src/native/vm/VMThread.c b/src/native/vm/VMThread.c index 33eddef50..cc14ef3af 100644 --- a/src/native/vm/VMThread.c +++ b/src/native/vm/VMThread.c @@ -28,7 +28,7 @@ Changes: Joseph Wenninger - $Id: VMThread.c 897 2004-01-21 00:49:42Z stefan $ + $Id: VMThread.c 900 2004-01-22 13:25:36Z twisti $ */ @@ -288,8 +288,6 @@ JNIEXPORT s4 JNICALL Java_java_lang_Thread_interrupted(JNIEnv *env, jclass clazz */ JNIEXPORT void JNICALL Java_java_lang_Thread_nativeInit(JNIEnv *env, java_lang_Thread *this, s8 par1) { - log_text("Thread_nativeInit"); - if (*exceptionptr) log_text("There has been an exception, strange..."); -- 2.25.1