mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Remove duplicate GetSquareRoot implementation
This commit is contained in:
parent
d3f5be0950
commit
6d7cb38834
10 changed files with 19 additions and 65 deletions
|
@ -63,7 +63,7 @@ namespace Compiler
|
|||
keyword==Scanner::K_elseif || keyword==Scanner::K_while ||
|
||||
keyword==Scanner::K_endwhile || keyword==Scanner::K_return ||
|
||||
keyword==Scanner::K_messagebox || keyword==Scanner::K_set ||
|
||||
keyword==Scanner::K_to || keyword==Scanner::K_getsquareroot)
|
||||
keyword==Scanner::K_to)
|
||||
{
|
||||
// pretend this is not a keyword
|
||||
std::string name = loc.mLiteral;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue