refactor(injector): remove unused consts

Closes #3454
This commit is contained in:
Pawel Kozlowski 2015-08-03 14:38:49 +02:00
parent c0adae69ac
commit 6eaa09ac20
1 changed files with 0 additions and 3 deletions

View File

@ -15,9 +15,6 @@ import {Key} from './key';
import {resolveForwardRef} from './forward_ref';
import {SelfMetadata, HostMetadata, SkipSelfMetadata} from './metadata';
const _constructing = CONST_EXPR(new Object());
const _notFound = CONST_EXPR(new Object());
// Threshold for the dynamic version
const _MAX_CONSTRUCTION_COUNTER = 10;