Просмотр исходного кода

BUG: Removed generation of stray paren.

Brad King 23 лет назад
Родитель
Сommit
ab2fdaa8fa
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      Source/cmExportLibraryDependencies.cxx

+ 0 - 2
Source/cmExportLibraryDependencies.cxx

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