Remove raw_svector_ostream::resync and users. It's no-op after r244870.
[oota-llvm.git] / tools / llvm-objdump / MachODump.cpp
index cda28c48611616def0aba2782e40b7244cb12c7e..8171a3e9815cdf1587b587f9716d3cf1216071a9 100644 (file)
@@ -5888,7 +5888,6 @@ static void emitComments(raw_svector_ostream &CommentStream,
 
   // Tell the comment stream that the vector changed underneath it.
   CommentsToEmit.clear();
-  CommentStream.resync();
 }
 
 static void DisassembleMachO(StringRef Filename, MachOObjectFile *MachOOF,