diff options
Diffstat (limited to 'libjava/java/lang/Thread.java')
-rw-r--r-- | libjava/java/lang/Thread.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libjava/java/lang/Thread.java b/libjava/java/lang/Thread.java index 8cc9cff..97833dd 100644 --- a/libjava/java/lang/Thread.java +++ b/libjava/java/lang/Thread.java @@ -109,8 +109,6 @@ public class Thread implements Runnable public final native void resume (); - // This method exists only to avoid a warning from the C++ compiler. - private static final native void run_ (Object obj); private final native void finish_ (); // Check the thread's interrupted status. If clear_flag is true, the |