Skip to content

Commit

Permalink
Revert "(tsoding#76) add useless code"
Browse files Browse the repository at this point in the history
This reverts commit 8fcd0a8.
  • Loading branch information
rexim committed Jun 20, 2021
1 parent 8fcd0a8 commit d214d81
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ts/eval.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ interface BinaryOpDef {
prec: BinaryPrec
}

function f() {
}

const BINARY_OPS: {[op in BinaryOp]: BinaryOpDef} = {
'+': {
func: (lhs, rhs) => lhs + rhs,
Expand Down

0 comments on commit d214d81

Please sign in to comment.