removed duplicate miscapitalized setbuilddir()
authoradam <adam@megacz.com>
Mon, 27 Dec 2004 03:00:55 +0000 (03:00 +0000)
committeradam <adam@megacz.com>
Mon, 27 Dec 2004 03:00:55 +0000 (03:00 +0000)
darcs-hash:20041227030055-5007d-a2374f883bf7ecc96c2df6aed9a43767692244c7.gz

src/org/ibex/tool/Compiler.java

index 532fb84..fc9ba02 100644 (file)
@@ -124,8 +124,6 @@ public class Compiler {
     /** Pass CompilerOptions.VERSION_1_*. A String of form "1.1", ".2", etc. */
     public void setTarget(String v) { settings.put(CompilerOptions.OPTION_TargetPlatform, v); }
 
-    public void setBuilddir(File f) { builddir = f; }
-
     public void setVerbose(boolean v) { verbose = v; }
 
     public void compile() {