Simplify the handling of .cfi_endproc.
[oota-llvm.git] / lib / MC / MCNullStreamer.cpp
index ca162a4349738ffbc7a71165a85ff57faf840037..2ac722a93b60933033e0bf256834ecdb927f53b8 100644 (file)
@@ -81,10 +81,6 @@ namespace {
     void EmitBundleUnlock() override {}
 
     void FinishImpl() override {}
-
-    void EmitCFIEndProcImpl(MCDwarfFrameInfo &Frame) override {
-      RecordProcEnd(Frame);
-    }
   };
 
 }