Remove calls to raw_svector_ostream::flush()

This function is deleted since LLVM r244928.

Swift SVN r31798
This commit is contained in:
Michael Gottesman
2015-09-09 04:37:13 +00:00
parent c47a6d7c45
commit 0606d5843a
14 changed files with 0 additions and 19 deletions

View File

@@ -377,7 +377,6 @@ static std::string getName(StringRef cacheDirectory,
llvm::APInt(64, uint64_t(hash)).toStringUnsigned(hashStr, /*Radix*/ 36);
OSS << "-" << hashStr << ".completions";
OSS.flush();
return name.str();
}