Skip to content

Commit 6eaa09a

Browse files
refactor(injector): remove unused consts
Closes angular#3454
1 parent c0adae6 commit 6eaa09a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

modules/angular2/src/di/injector.ts

-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ import {Key} from './key';
1515
import {resolveForwardRef} from './forward_ref';
1616
import {SelfMetadata, HostMetadata, SkipSelfMetadata} from './metadata';
1717

18-
const _constructing = CONST_EXPR(new Object());
19-
const _notFound = CONST_EXPR(new Object());
20-
2118
// Threshold for the dynamic version
2219
const _MAX_CONSTRUCTION_COUNTER = 10;
2320

0 commit comments

Comments
 (0)