diff options
| -rw-r--r-- | src/parser.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/parser.js b/src/parser.js index 02659736..41fff7d5 100644 --- a/src/parser.js +++ b/src/parser.js @@ -727,11 +727,6 @@ function getterFn(path) { /////////////////////////////////// -// TODO(misko): Should this function be public? -function compileExpr(expr) { - return parser(expr).statements(); -} - // TODO(misko): Deprecate? Remove! // I think that compilation should be a service. function expressionCompile(exp) { |
