fix(Dart1.8): fix analyzer warnings

This commit is contained in:
Victor Berchet
2014-12-01 19:19:07 +01:00
parent 3e57189e45
commit 0703ee526c
4 changed files with 5 additions and 13 deletions

View File

@ -385,7 +385,6 @@ class _Scanner {
var last:string = input.substring(marker, this.index);
this.advance(); // Skip terminating quote.
var str:string = input.substring(start, this.index);
// Compute the unescaped string value.
var unescaped:string = last;