Skip to content
Snippets Groups Projects
Commit e60ffa0f authored by Oliver Heidmann's avatar Oliver Heidmann
Browse files

fixed unused variable warning

parent d7309951
No related branches found
No related tags found
No related merge requests found
...@@ -179,7 +179,7 @@ Ydayarith(void *process) ...@@ -179,7 +179,7 @@ Ydayarith(void *process)
{ {
ModuleYdayarith ydayarith; ModuleYdayarith ydayarith;
ydayarith.init(process); ydayarith.init(process);
int success = ydayarith.run(); ydayarith.run();
ydayarith.close(); ydayarith.close();
return nullptr; return nullptr;
......
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