summaryrefslogtreecommitdiff
path: root/Source/cmUseMangledMesaCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-03-16 09:33:23 -0500
committerKen Martin <ken.martin@kitware.com>2006-03-16 09:33:23 -0500
commit4b83a08b373e8dcb3a0b4b23390f747af167c864 (patch)
treedb79f6e838c1f7a66e72c021855378fb60ab1555 /Source/cmUseMangledMesaCommand.h
parent438c49f2a339be4507737686877c60d690a37919 (diff)
downloadcmake-4b83a08b373e8dcb3a0b4b23390f747af167c864.tar.gz
ENH: a warning fix and some more cleanup
Diffstat (limited to 'Source/cmUseMangledMesaCommand.h')
-rw-r--r--Source/cmUseMangledMesaCommand.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/cmUseMangledMesaCommand.h b/Source/cmUseMangledMesaCommand.h
index 83d4e96d8e..4fb68fa46c 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;
};