mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Fix dead code
This commit is contained in:
parent
5561eb5415
commit
34873b6065
2 changed files with 1 additions and 3 deletions
|
@ -347,8 +347,6 @@ namespace Compiler
|
|||
scanner.putbackName (name, loc);
|
||||
return false;
|
||||
}
|
||||
|
||||
return Parser::parseName (name, loc, scanner);
|
||||
}
|
||||
|
||||
bool ExprParser::parseKeyword (int keyword, const TokenLoc& loc, Scanner& scanner)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue