Skip to content
Snippets Groups Projects
Commit 0e1c7702 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

rm "test" variable

parent 34dd2665
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,6 @@ class COlo {
// Online state records:
bool as_on_disk;
int test;
COlo() : as_on_disk(false) {};
virtual ~COlo() {}; ///< magic: makes dynamic_cast possible
......
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