Browse Source

COMP: fix warning

Bill Hoffman 21 years ago
parent
commit
52a6bb1bca
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Source/cmGlobalKdevelopGenerator.cxx

+ 1 - 2
Source/cmGlobalKdevelopGenerator.cxx

@@ -94,14 +94,13 @@ void cmGlobalKdevelopGenerator::Generate()
 }
 }
 
 
 bool cmGlobalKdevelopGenerator
 bool cmGlobalKdevelopGenerator
-::CreateFilelistFile(cmLocalGenerator* lg,
+::CreateFilelistFile(cmLocalGenerator* ,
                      std::vector<cmLocalGenerator*>& lgs,
                      std::vector<cmLocalGenerator*>& lgs,
                      const std::string& outputDir, 
                      const std::string& outputDir, 
                      const std::string& projectDirIn,
                      const std::string& projectDirIn,
                      const std::string& projectname,
                      const std::string& projectname,
                      std::string& cmakeFilePattern) 
                      std::string& cmakeFilePattern) 
 {
 {
-  cmMakefile* mf =lg->GetMakefile();
   std::string projectDir = projectDirIn + "/";
   std::string projectDir = projectDirIn + "/";
   std::string filename = outputDir+ "/" + projectname +".kdevelop.filelist";
   std::string filename = outputDir+ "/" + projectname +".kdevelop.filelist";