Przeglądaj źródła

BUG: Removed generation of stray paren.

Brad King 23 lat temu
rodzic
commit
ab2fdaa8fa
1 zmienionych plików z 0 dodań i 2 usunięć
  1. 0 2
      Source/cmExportLibraryDependencies.cxx

+ 0 - 2
Source/cmExportLibraryDependencies.cxx

@@ -100,8 +100,6 @@ void cmExportLibraryDependenciesCommand::FinalPass()
         }
       }
     }
-  fout << ")" << std::endl;
   fout.close();
   return;
 }
-