Removed unused variable.

This commit is contained in:
2017-06-01 00:16:02 +02:00
parent 957457939c
commit e998c5b7be

View File

@@ -25,8 +25,6 @@ struct Context
bool simplify = false;
bool complete = false;
size_t anonymousVariableID = 1;
};
////////////////////////////////////////////////////////////////////////////////////////////////////