cmDependsC: remove unused member variable

Alex
This commit is contained in:
Alex Neundorf 2012-09-30 10:22:06 +02:00
parent 8956b7e887
commit b4e8f49b95
1 changed files with 0 additions and 3 deletions

View File

@ -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;