Skip to content

Commit c8385ad

Browse files
committed
refactor(cd): remove dead code
1 parent 9d21a6f commit c8385ad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/angular2/src/change_detection/dynamic_change_detector.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,6 @@ export class DynamicChangeDetector extends AbstractChangeDetector {
263263
}
264264
}
265265

266-
var _singleElementList = [null];
267-
268266
function isSame(a, b) {
269267
if (a === b) return true;
270268
if (a instanceof String && b instanceof String && a == b) return true;

0 commit comments

Comments
 (0)