Remove one of the odious 'Raw' methods.
[oota-llvm.git] / lib / IR / AttributeImpl.h
index e9525785a208a414699955e92b3dcbb865fa6e24..2eb7f075e32ae2b12d3152025e0c2a58c3d07860 100644 (file)
@@ -77,8 +77,7 @@ public:
       ID.AddPointer(Vals[I]);
   }
 
-  // FIXME: Remove these!
-  uint64_t Raw() const;
+  // FIXME: Remove this!
   static uint64_t getAttrMask(Attribute::AttrKind Val);
 };