diff --git a/lib/handlebars/runtime.js b/lib/handlebars/runtime.js index 874728fb..5f73897a 100644 --- a/lib/handlebars/runtime.js +++ b/lib/handlebars/runtime.js @@ -20,8 +20,6 @@ export function checkRevision(compilerInfo) { } } -// TODO: Remove this line and break up compilePartial - export function template(templateSpec, env) { /* istanbul ignore next */ if (!env) {