Skip to content

Commit bb716b3

Browse files
committed
rm dupe fn.
1 parent 8c0d3dd commit bb716b3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tinylisp.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,6 @@
2525
};
2626
};
2727

28-
var fn = function(input, ctx) {
29-
return {
30-
type: "function",
31-
value: function(args) {
32-
return ctx.get(input.value).apply(undefined, args);
33-
}
34-
};
35-
};
36-
3728
var special = {
3829
let: function(input, ctx) {
3930
var letCtx = new Ctx({}, ctx);

0 commit comments

Comments
 (0)