Fix a control flow problem in commit rL257277.
[oota-llvm.git] / lib / MC / MCSymbolizer.cpp
index d3c7311e0159bf4ad606b86c48d609e7063e18ef..4080e40b3f1094e5ae972dacf12dfa2138ae7e01 100644 (file)
@@ -8,13 +8,8 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/MC/MCSymbolizer.h"
-#include "llvm/MC/MCRelocationInfo.h"
 
 using namespace llvm;
 
-MCSymbolizer::MCSymbolizer(MCContext &Ctx, OwningPtr<MCRelocationInfo> &RelInfo)
-  : Ctx(Ctx), RelInfo(RelInfo.release()) {
-}
-
 MCSymbolizer::~MCSymbolizer() {
 }