Delete dead code.
[oota-llvm.git] / lib / MC / MCELFStreamer.cpp
index b20b99340bbbaaac60778c695e07c1ee5b687bcc..7b45506a3493e8c133555fdef87d4f0115ced7cc 100644 (file)
@@ -630,10 +630,6 @@ void MCELFStreamer::EmitBundleUnlock() {
     Sec.setBundleLockState(MCSection::NotBundleLocked);
 }
 
-void MCELFStreamer::Flush() {
-
-}
-
 void MCELFStreamer::FinishImpl() {
   // Ensure the last section gets aligned if necessary.
   MCSection *CurSection = getCurrentSectionOnly();
@@ -641,8 +637,6 @@ void MCELFStreamer::FinishImpl() {
 
   EmitFrames(nullptr);
 
-  Flush();
-
   this->MCObjectStreamer::FinishImpl();
 }