refactor(core): remove deprecated ɵɵselect instruction (#38733)

This instruction was deprecated in 664e0015d4
and is no longer referenced in any meaningful
way, so it can be removed.

PR Close #38733
This commit is contained in:
Pete Bacon Darwin
2020-09-07 12:35:44 +01:00
committed by atscott
parent 926ffcd8ac
commit 83ace4ed30
6 changed files with 6 additions and 21 deletions

View File

@ -29,7 +29,6 @@ export class Identifiers {
static elementEnd: o.ExternalReference = {name: 'ɵɵelementEnd', moduleName: CORE};
static select: o.ExternalReference = {name: 'ɵɵselect', moduleName: CORE};
static advance: o.ExternalReference = {name: 'ɵɵadvance', moduleName: CORE};
static syntheticHostProperty: