Remove raw_svector_ostream::resync and users. It's no-op after r244870.
[oota-llvm.git] / include / llvm / Support / raw_ostream.h
index 5000774a6cdb797f1abe7f8dd609a4e7c6ac5fa8..138d811a44a694b2777eb61c2b3d61ad00013972 100644 (file)
@@ -509,9 +509,6 @@ public:
   }
   ~raw_svector_ostream() override {}
 
-  // FIXME: resync is no-op. Remove it and its users.
-  void resync() {}
-
   /// Return a StringRef for the vector contents.
   StringRef str() { return StringRef(OS.data(), OS.size()); }
 };