|
From: David C. <dc...@us...> - 2005-10-02 23:00:33
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.core.tests/src/org/rubypeople/rdt/internal/core/ast In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12527/src/org/rubypeople/rdt/internal/core/ast Modified Files: DumpAst.java Log Message: Cleanup a whole bunch of 'unused warnings" Index: DumpAst.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.core.tests/src/org/rubypeople/rdt/internal/core/ast/DumpAst.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** DumpAst.java 1 Oct 2005 23:00:54 -0000 1.1 --- DumpAst.java 1 Oct 2005 23:10:58 -0000 1.2 *************** *** 7,11 **** import org.jruby.ast.Node; - import org.jruby.ast.visitor.DefaultIteratorVisitor; import org.jruby.ast.visitor.NodeVisitor; import org.rubypeople.eclipse.shams.resources.ShamFile; --- 7,10 ---- |