ENH: remove warnings

This commit is contained in:
Bill Hoffman 2004-07-14 19:53:54 -04:00
parent a3eeaa1ce2
commit 871db9760f
1 changed files with 0 additions and 3 deletions

View File

@ -334,9 +334,6 @@ void cmLocalVisualStudio7Generator::WriteConfiguration(std::ostream& fout,
}
int runtime = 0;
int optimized = 0;
int inlineFunctions = 0;
std::string programDatabase;
const char* pre = "WIN32,_DEBUG,_WINDOWS";
std::string debugPostfix = "";