diff options
| author | Misko Hevery | 2011-11-02 21:08:24 -0700 |
|---|---|---|
| committer | Misko Hevery | 2011-11-14 16:39:33 -0800 |
| commit | f684f20c9982768b6c6d2c0e0797a626c0627773 (patch) | |
| tree | b188efdab513ae07e3206a9504e94ccfaa3c7aa3 | |
| parent | bd04316a89a0909e7a4e483839d573ce857f7622 (diff) | |
| download | angular.js-f684f20c9982768b6c6d2c0e0797a626c0627773.tar.bz2 | |
cleanup(parser): removed unused method
| -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) { |
