Revert r194865 and r194874.
[oota-llvm.git] / lib / MC / MCAtom.cpp
index 3da1ba3ae7a30bdc1d0446a9ccc5d70c2e0219ca..d0a64c300843f976e0bd0ac8a4f8486a9b64a947 100644 (file)
@@ -14,9 +14,6 @@
 
 using namespace llvm;
 
-// pin vtable to this file
-void MCAtom::anchor() {}
-
 void MCAtom::remap(uint64_t NewBegin, uint64_t NewEnd) {
   Parent->remap(this, NewBegin, NewEnd);
 }