Remove a couple unused fields. Not detected by Wunused-private-field because of unimp...
authorCraig Topper <craig.topper@gmail.com>
Mon, 17 Sep 2012 06:05:39 +0000 (06:05 +0000)
committerCraig Topper <craig.topper@gmail.com>
Mon, 17 Sep 2012 06:05:39 +0000 (06:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164013 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/AliasSetTracker.h

index 95626d624a13c0b92e1ae06753f39a3cb861e5c1..8c783f15e427b9532c63608dee8e89f75f7f1404 100644 (file)
@@ -109,7 +109,6 @@ class AliasSet : public ilist_node<AliasSet> {
 
   PointerRec *PtrList, **PtrListEnd;  // Doubly linked list of nodes.
   AliasSet *Forward;             // Forwarding pointer.
-  AliasSet *Next, *Prev;         // Doubly linked list of AliasSets.
 
   // All instructions without a specific address in this alias set.
   std::vector<AssertingVH<Instruction> > UnknownInsts;