Get rid of Annotable's vtable. If anyone deletes an object through an Annotable*,
[oota-llvm.git] / include / Support / Annotation.h
index 9bd442a6c96540e87c95546895aa2ee28069796b..efca20a3ec0eb64e59eef1286c151e5b0a27fbb5 100644 (file)
@@ -95,7 +95,7 @@ class Annotable {
   void operator=(const Annotable &);   // Do not implement
 public:
   Annotable() : AnnotationList(0) {}
-  virtual ~Annotable();    // Virtual because it's designed to be subclassed...
+  ~Annotable();
 
   // getAnnotation - Search the list for annotations of the specified ID.  The
   // pointer returned is either null (if no annotations of the specified ID