Remove uncompilable, and unuseful, line.

This commit is contained in:
Johannes Hoff 2012-12-13 15:11:39 -08:00
Родитель 1454fe78c4
Коммит 0a3bfbce71
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -233,8 +233,6 @@ namespace Company.YAMLLanguage
Scanner scanner = new Scanner(new StringReader(source));
try
{
List<Token> tokens = new
int currentOffset = 0;
Token previous = null;
while(scanner.MoveNext())