The TargetData is not used for the isPowerOfTwo determination. It has never
[oota-llvm.git] / include / llvm / SymbolTableListTraits.h
index 91a4eb99ff0d368c489c7b0d9ff50829b93bf08a..ec5c88f5c8a7a83f88b36589c24969e861338f1c 100644 (file)
@@ -46,7 +46,6 @@ public:
   /// getListOwner - Return the object that owns this list.  If this is a list
   /// of instructions, it returns the BasicBlock that owns them.
   ItemParentClass *getListOwner() {
-    typedef iplist<ValueSubClass> ItemParentClass::*Sublist;
     size_t Offset(size_t(&((ItemParentClass*)0->*ItemParentClass::
                            getSublistAccess(static_cast<ValueSubClass*>(0)))));
     iplist<ValueSubClass>* Anchor(static_cast<iplist<ValueSubClass>*>(this));