|
From: David C. <dc...@us...> - 2005-10-02 22:32:19
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.debug.core.tests/src/org/rubypeople/rdt/debug/core/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12368/src/org/rubypeople/rdt/debug/core/tests Modified Files: TC_DebuggerCommunicationTest.java Log Message: Cleanup a whole bunch of 'unused warnings" Index: TC_DebuggerCommunicationTest.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.debug.core.tests/src/org/rubypeople/rdt/debug/core/tests/TC_DebuggerCommunicationTest.java,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** TC_DebuggerCommunicationTest.java 18 Sep 2005 14:40:45 -0000 1.36 --- TC_DebuggerCommunicationTest.java 1 Oct 2005 23:10:38 -0000 1.37 *************** *** 8,15 **** import java.net.Socket; - import junit.framework.Assert; import junit.framework.TestCase; - import org.jruby.internal.runtime.ThreadService; import org.rubypeople.rdt.core.RubyCore; import org.rubypeople.rdt.internal.debug.core.ExceptionSuspensionPoint; --- 8,13 ---- |