Skip to content
Snippets Groups Projects
Commit f8d9d72c authored by Tomáš Pecka's avatar Tomáš Pecka
Browse files

Remove redundant void argument

parent 2e311c63
No related branches found
No related tags found
1 merge request!97Dev tp
......@@ -79,7 +79,7 @@ protected:
* actual equations elimination
* @return pointer to solutions RegExp tree root
*/
virtual regexp::UnboundedRegExp < TerminalSymbolType > eliminate ( void ) = 0;
virtual regexp::UnboundedRegExp < TerminalSymbolType > eliminate ( ) = 0;
 
/**
* Runs BFS to determine depth of symbols in equation system and stores it in nonterminalSymbolsByDepth;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment