diff options
Diffstat (limited to 'gnu/classpath/jdwp/processor/StackFrameCommandSet.java')
-rw-r--r-- | gnu/classpath/jdwp/processor/StackFrameCommandSet.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/classpath/jdwp/processor/StackFrameCommandSet.java b/gnu/classpath/jdwp/processor/StackFrameCommandSet.java index 2b82e05ff..115e6018e 100644 --- a/gnu/classpath/jdwp/processor/StackFrameCommandSet.java +++ b/gnu/classpath/jdwp/processor/StackFrameCommandSet.java @@ -1,5 +1,5 @@ /* StackFrameCommandSet.java -- class to implement the StackFrame Command Set - Copyright (C) 2005, 2007 Free Software Foundation + Copyright (C) 2005, 2007, 2013 Free Software Foundation This file is part of GNU Classpath. @@ -65,7 +65,6 @@ public class StackFrameCommandSet public boolean runCommand(ByteBuffer bb, DataOutputStream os, byte command) throws JdwpException { - boolean keepRunning = true; try { switch (command) |