aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCAtom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/MC/MCAtom.cpp')
-rw-r--r--lib/MC/MCAtom.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/MC/MCAtom.cpp b/lib/MC/MCAtom.cpp
index 3da1ba3..d0a64c3 100644
--- a/lib/MC/MCAtom.cpp
+++ b/lib/MC/MCAtom.cpp
@@ -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);
}