|
From: David C. <dc...@us...> - 2005-10-02 19:43:04
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.debug.core/src/org/rubypeople/rdt/internal/debug/core/model In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12621/src/org/rubypeople/rdt/internal/debug/core/model Modified Files: RubyVariable.java Log Message: Cleanup a whole bunch of 'unused warnings" Index: RubyVariable.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.debug.core/src/org/rubypeople/rdt/internal/debug/core/model/RubyVariable.java,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** RubyVariable.java 29 Aug 2005 16:05:48 -0000 1.10 --- RubyVariable.java 1 Oct 2005 23:11:08 -0000 1.11 *************** *** 1,5 **** package org.rubypeople.rdt.internal.debug.core.model; - import org.eclipse.core.runtime.Platform; import org.eclipse.core.runtime.PlatformObject; import org.eclipse.debug.core.DebugException; --- 1,4 ---- |