Delete an unused field.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69375 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2009-04-17 20:03:31 +00:00
parent 1f595bb429
commit 276944ef30

View File

@ -58,7 +58,6 @@ public:
private:
unsigned ID;
const char *Name;
bool isSubClass;
const vt_iterator VTs;
const sc_iterator SubClasses;
const sc_iterator SuperClasses;