소스 검색

GHS: Remove BuildFileName.

It is never read or written.
Stephen Kelly 10 년 전
부모
커밋
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