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

GHS: Remove BuildFileName.

It is never read or written.
Stephen Kelly 10 лет назад
Родитель
Сommit
9afc9e8478
1 измененных файлов с 0 добавлено и 5 удалено
  1. 0 5
      Source/cmLocalGhsMultiGenerator.h

+ 0 - 5
Source/cmLocalGhsMultiGenerator.h

@@ -34,13 +34,8 @@ public:
    */
   virtual void Generate();
 
-  const char *GetBuildFileName() { return this->BuildFileName.c_str(); }
-
 protected:
   virtual bool CustomCommandUseLocal() const { return true; }
-
-private:
-  std::string BuildFileName;
 };
 
 #endif