remove extraneous top-level semi's
[oota-llvm.git] / include / llvm / Function.h
index 71fb87ea6671bad175bd4ed1ea15127792e6fe2c..b3b9716d4dfdd741d1a2ffe00158b17db5168fab 100644 (file)
@@ -150,12 +150,12 @@ public:
   /// removeFromParent - This method unlinks 'this' from the containing module,
   /// but does not delete it.
   ///
-  virtual void removeFromParent();
+  void removeFromParent();
 
   /// eraseFromParent - This method unlinks 'this' from the containing module
   /// and deletes it.
   ///
-  virtual void eraseFromParent();
+  void eraseFromParent();
 
 
   /// Get the underlying elements of the Function... the basic block list is