[MC] Common symbols weren't being checked for redeclaration which allowed an assembly...
[oota-llvm.git] / lib / MC / MCSymbolizer.cpp
index 6395b113512dda14051d3853b7a1b3ace76163f4..4080e40b3f1094e5ae972dacf12dfa2138ae7e01 100644 (file)
@@ -8,13 +8,8 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/MC/MCSymbolizer.h"
-#include "llvm/MC/MCRelocationInfo.h"
 
 using namespace llvm;
 
-MCSymbolizer::MCSymbolizer(MCContext &Ctx,
-                           std::unique_ptr<MCRelocationInfo> &RelInfo)
-    : Ctx(Ctx), RelInfo(RelInfo.release()) {}
-
 MCSymbolizer::~MCSymbolizer() {
 }