Removing redundant virtual from override function declaration

Remove trailing whitespace

Remove changelog change
This commit is contained in:
mordax
2018-11-21 14:37:32 +00:00
committed by Alex Beregszaszi
parent d3f66ca0fa
commit ea8b7d803e
36 changed files with 643 additions and 643 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ public:
bool analyze(ASTNode const& _astRoot);
virtual bool visit(FunctionDefinition const& _function) override;
bool visit(FunctionDefinition const& _function) override;
private:
static std::set<VariableDeclaration const*> variablesAssignedInNode(CFGNode const *node);