[llvm-commits] [poolalloc] r78087 - /poolalloc/trunk/include/dsa/DSNode.h

Andrew Lenharth alenhar2 at cs.uiuc.edu
Tue Aug 4 12:06:35 PDT 2009


Author: alenhar2
Date: Tue Aug  4 14:06:07 2009
New Revision: 78087

URL: http://llvm.org/viewvc/llvm-project?rev=78087&view=rev
Log:
remove unnecesarry member

Modified:
    poolalloc/trunk/include/dsa/DSNode.h

Modified: poolalloc/trunk/include/dsa/DSNode.h
URL: http://llvm.org/viewvc/llvm-project/poolalloc/trunk/include/dsa/DSNode.h?rev=78087&r1=78086&r2=78087&view=diff

==============================================================================
--- poolalloc/trunk/include/dsa/DSNode.h (original)
+++ poolalloc/trunk/include/dsa/DSNode.h Tue Aug  4 14:06:07 2009
@@ -426,8 +426,6 @@
 
   static DSNode *createSentinel() { return new DSNode(0,0); }
   static void destroySentinel(DSNode *N) { delete N; }
-  //static DSNode *createNode(const DSNode &V) { return new DSNode(V); }
-
 
   void addNodeToList(DSNode *NTy) {}
   void removeNodeFromList(DSNode *NTy) {}





More information about the llvm-commits mailing list