Skip to content

Commit 796d58c

Browse files
kevmooalexeagle
authored andcommitted
chore(clean-up): remove unused test method
1 parent 4b8105c commit 796d58c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

modules/change_detection/test/parser/parser_spec.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -418,10 +418,6 @@ export function main() {
418418
});
419419
}
420420

421-
function names(templateBindings) {
422-
return ListWrapper.map(templateBindings, (binding) => binding.name );
423-
}
424-
425421
function exprSources(templateBindings) {
426422
return ListWrapper.map(templateBindings,
427423
(binding) => isPresent(binding.expression) ? binding.expression.source : null );

0 commit comments

Comments
 (0)