cleanup(parser): removed unused method

This commit is contained in:
Misko Hevery 2011-11-02 21:08:24 -07:00
parent bd04316a89
commit f684f20c99

View file

@ -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) {