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

Commit

Permalink
refactor(interpolate): remove the unused _parse field
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin authored and [email protected] committed Apr 23, 2014
1 parent 806ed69 commit 9a45829
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/core/interpolate.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ part of angular.core_internal;
*/
@Injectable()
class Interpolate implements Function {
final Parser _parse;

Interpolate(this._parse);

/**
* Compiles markup text into expression.
*
Expand Down

0 comments on commit 9a45829

Please sign in to comment.