Skip to content
This repository has been archived by the owner on Jan 28, 2019. It is now read-only.

Commit

Permalink
SQUASHME yak shaving
Browse files Browse the repository at this point in the history
  • Loading branch information
arrdem committed Apr 6, 2016
1 parent 47c8166 commit 8351243
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/jvm/clojure/lang/Compiler.java
Original file line number Diff line number Diff line change
Expand Up @@ -3741,18 +3741,6 @@ public final IPersistentCollection methods() {
}

public void emitForDefn(ObjExpr objx, GeneratorAdapter gen) {
// if(!hasPrimSigs && closes.count() == 0)
// {
// Type thunkType = Type.getType(FnLoaderThunk.class);
//// presumes var on stack
// gen.dup();
// gen.newInstance(thunkType);
// gen.dupX1();
// gen.swap();
// gen.push(internalName.replace('/','.'));
// gen.invokeConstructor(thunkType,Method.getMethod("void <init>(clojure.lang.Var,String)"));
// }
// else
emit(C.EXPRESSION,objx,gen);
}
}
Expand Down

0 comments on commit 8351243

Please sign in to comment.