diff options
author | Alex Neundorf <neundorf@kde.org> | 2012-09-30 08:22:06 (GMT) |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2012-09-30 08:22:06 (GMT) |
commit | b4e8f49b95bc13939347623b2b9f236e22bd37ec (patch) | |
tree | 46e5f3c3a3781b671a3e5617ccdb9d7b5430c410 /Source/cmDependsC.h | |
parent | 8956b7e887a9d4860148997fccd8e08ea7fcb2f3 (diff) | |
download | CMake-b4e8f49b95bc13939347623b2b9f236e22bd37ec.zip CMake-b4e8f49b95bc13939347623b2b9f236e22bd37ec.tar.gz CMake-b4e8f49b95bc13939347623b2b9f236e22bd37ec.tar.bz2 |
cmDependsC: remove unused member variable
Alex
Diffstat (limited to 'Source/cmDependsC.h')
-rw-r--r-- | Source/cmDependsC.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmDependsC.h b/Source/cmDependsC.h index bd9a4b7..74f764d 100644 --- a/Source/cmDependsC.h +++ b/Source/cmDependsC.h @@ -32,8 +32,6 @@ public: virtual ~cmDependsC(); protected: - typedef std::vector<char> t_CharBuffer; - // Implement writing/checking methods required by superclass. virtual bool WriteDependencies(const char *src, const char *file, @@ -82,7 +80,6 @@ protected: const std::map<std::string, DependencyVector>* ValidDeps; std::set<cmStdString> Encountered; std::queue<UnscannedEntry> Unscanned; - t_CharBuffer Buffer; std::map<cmStdString, cmIncludeLines *> FileCache; std::map<cmStdString, cmStdString> HeaderLocationCache; |