cmake: remove unnused member Verbose

This commit is contained in:
Daniel Pfeifer
2016-06-08 15:18:28 +02:00
parent 6e65808516
commit f9cc43ea37
2 changed files with 2 additions and 8 deletions
-1
View File
@@ -455,7 +455,6 @@ private:
void operator=(const cmake&); // Not implemented.
ProgressCallbackType ProgressCallback;
void* ProgressCallbackClientData;
bool Verbose;
bool InTryCompile;
WorkingMode CurrentWorkingMode;
bool DebugOutput;