|
From: Markus B. <mba...@us...> - 2005-10-09 21:16:50
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.launching/src/org/rubypeople/rdt/internal/launching In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31965/src/org/rubypeople/rdt/internal/launching Modified Files: InterpreterRunner.java Log Message: removed unused local variable Index: InterpreterRunner.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.launching/src/org/rubypeople/rdt/internal/launching/InterpreterRunner.java,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** InterpreterRunner.java 25 Sep 2005 17:57:01 -0000 1.16 --- InterpreterRunner.java 9 Oct 2005 21:16:45 -0000 1.17 *************** *** 49,54 **** private List renderCommandLine(InterpreterRunnerConfiguration configuration) { List commandLine = new ArrayList(); ! RubyInterpreter interpreter = configuration.getInterpreter(); ! addDebugCommandLineArgument(commandLine); commandLine.addAll(configuration.renderLoadPath()); --- 49,53 ---- private List renderCommandLine(InterpreterRunnerConfiguration configuration) { List commandLine = new ArrayList(); ! addDebugCommandLineArgument(commandLine); commandLine.addAll(configuration.renderLoadPath()); |