diff options
Diffstat (limited to 'Source/cmUseMangledMesaCommand.h')
-rw-r--r-- | Source/cmUseMangledMesaCommand.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/cmUseMangledMesaCommand.h b/Source/cmUseMangledMesaCommand.h index 83d4e96..4fb68fa 100644 --- a/Source/cmUseMangledMesaCommand.h +++ b/Source/cmUseMangledMesaCommand.h @@ -75,12 +75,6 @@ public: protected: void CopyAndFullPathMesaHeader(const char* source, const char* outdir); -private: - std::vector<cmSourceFile> m_WrapClasses; - std::vector<std::string> m_WrapHeaders; - std::string m_LibraryName; - std::string m_SourceList; - std::vector<std::string> m_Commands; }; |