From 796d58c621e1fdf1bcbd3f623fd08ee1c51d5c92 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Tue, 3 Feb 2015 12:07:48 -0800 Subject: [PATCH] chore(clean-up): remove unused test method --- modules/change_detection/test/parser/parser_spec.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/change_detection/test/parser/parser_spec.js b/modules/change_detection/test/parser/parser_spec.js index 5fe8ebdf72..fd1c18a180 100644 --- a/modules/change_detection/test/parser/parser_spec.js +++ b/modules/change_detection/test/parser/parser_spec.js @@ -418,10 +418,6 @@ export function main() { }); } - function names(templateBindings) { - return ListWrapper.map(templateBindings, (binding) => binding.name ); - } - function exprSources(templateBindings) { return ListWrapper.map(templateBindings, (binding) => isPresent(binding.expression) ? binding.expression.source : null );