Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit 9a45829

Browse files
vsavkintravis@travis-ci.org
authored andcommitted
refactor(interpolate): remove the unused _parse field
1 parent 806ed69 commit 9a45829

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/core/interpolate.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ part of angular.core_internal;
1010
*/
1111
@Injectable()
1212
class Interpolate implements Function {
13-
final Parser _parse;
14-
15-
Interpolate(this._parse);
16-
1713
/**
1814
* Compiles markup text into expression.
1915
*

0 commit comments

Comments
 (0)