|
From: David C. <dc...@us...> - 2005-10-02 23:07:52
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.core.tests/src/org/rubypeople/rdt/internal/core/builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12527/src/org/rubypeople/rdt/internal/core/builder Modified Files: TC_RdtCompiler.java Log Message: Cleanup a whole bunch of 'unused warnings" Index: TC_RdtCompiler.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.core.tests/src/org/rubypeople/rdt/internal/core/builder/TC_RdtCompiler.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TC_RdtCompiler.java 1 Oct 2005 23:00:54 -0000 1.1 --- TC_RdtCompiler.java 1 Oct 2005 23:10:58 -0000 1.2 *************** *** 8,12 **** import org.jruby.lexer.yacc.SyntaxException; import org.rubypeople.eclipse.shams.resources.ShamFile; - import org.rubypeople.rdt.internal.core.symbols.SymbolIndex; public class TC_RdtCompiler extends TestCase { --- 8,11 ---- |