From c8385ad998775ecc8ed96f417fd6d92096d38b6f Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Fri, 27 Mar 2015 16:59:23 +0100 Subject: [PATCH] refactor(cd): remove dead code --- .../angular2/src/change_detection/dynamic_change_detector.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/angular2/src/change_detection/dynamic_change_detector.js b/modules/angular2/src/change_detection/dynamic_change_detector.js index 6c98ca4b3d..a7ca7194b3 100644 --- a/modules/angular2/src/change_detection/dynamic_change_detector.js +++ b/modules/angular2/src/change_detection/dynamic_change_detector.js @@ -263,8 +263,6 @@ export class DynamicChangeDetector extends AbstractChangeDetector { } } -var _singleElementList = [null]; - function isSame(a, b) { if (a === b) return true; if (a instanceof String && b instanceof String && a == b) return true;