Revert r194865 and r194874.
[oota-llvm.git] / lib / IR / Metadata.cpp
index ef0660da86401fd0b509402f7e0cc4781d6b29ad..bd4d9c0a077453c3f809c662b67245b9dca7f9c3 100644 (file)
@@ -65,7 +65,7 @@ class MDNodeOperand : public CallbackVH {
 
 public:
   MDNodeOperand(Value *V) : CallbackVH(V) {}
-  virtual ~MDNodeOperand();
+  ~MDNodeOperand() {}
 
   void set(Value *V) {
     unsigned IsFirst = this->getValPtrInt();
@@ -82,8 +82,6 @@ public:
 };
 } // end namespace llvm.
 
-MDNodeOperand::~MDNodeOperand() {}
-
 
 void MDNodeOperand::deleted() {
   getParent()->replaceOperand(this, 0);