mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 18:19:55 +00:00
Merge pull request #1033 from Allofich/warnings
Remove unnecessary destructor
This commit is contained in:
commit
c968ebee96
2 changed files with 0 additions and 5 deletions
|
@ -59,8 +59,6 @@ namespace Compiler
|
|||
mExprParser (errorHandler, context, locals, literals), mAllowExpression (allowExpression)
|
||||
{}
|
||||
|
||||
LineParser::~LineParser() {}
|
||||
|
||||
bool LineParser::parseInt (int value, const TokenLoc& loc, Scanner& scanner)
|
||||
{
|
||||
if (mAllowExpression && mState==BeginState)
|
||||
|
|
|
@ -52,9 +52,6 @@ namespace Compiler
|
|||
///< \param allowExpression Allow lines consisting of a naked expression
|
||||
/// (result is send to the messagebox interface)
|
||||
|
||||
virtual ~LineParser();
|
||||
///< destructor
|
||||
|
||||
virtual bool parseInt (int value, const TokenLoc& loc, Scanner& scanner);
|
||||
///< Handle an int token.
|
||||
/// \return fetch another token?
|
||||
|
|
Loading…
Reference in a new issue