From b4e8f49b95bc13939347623b2b9f236e22bd37ec Mon Sep 17 00:00:00 2001 From: Alex Neundorf Date: Sun, 30 Sep 2012 10:22:06 +0200 Subject: [PATCH] cmDependsC: remove unused member variable Alex --- Source/cmDependsC.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/cmDependsC.h b/Source/cmDependsC.h index bd9a4b7b43..74f764d2a2 100644 --- a/Source/cmDependsC.h +++ b/Source/cmDependsC.h @@ -32,8 +32,6 @@ public: virtual ~cmDependsC(); protected: - typedef std::vector 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* ValidDeps; std::set Encountered; std::queue Unscanned; - t_CharBuffer Buffer; std::map FileCache; std::map HeaderLocationCache;