fix warning

This commit is contained in:
Vadim Lopatin 2015-02-06 17:37:51 +03:00
parent f2879a4c37
commit 29da551ee2
1 changed files with 0 additions and 1 deletions

View File

@ -1444,7 +1444,6 @@ final class Setting {
res ~= ch; res ~= ch;
} }
} }
error("cannot parse string");
} }
@property string parseIdent() { @property string parseIdent() {
char ch = peek; char ch = peek;