Browse Source

ENH: remove warnings

Bill Hoffman 21 years ago
parent
commit
871db9760f
1 changed files with 0 additions and 3 deletions
  1. 0 3
      Source/cmLocalVisualStudio7Generator.cxx

+ 0 - 3
Source/cmLocalVisualStudio7Generator.cxx

@@ -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 = "";