Remove F_modify flag from FileOutputBuffer.
authorRui Ueyama <ruiu@google.com>
Sat, 19 Jan 2019 00:07:57 +0000 (00:07 +0000)
committerRui Ueyama <ruiu@google.com>
Sat, 19 Jan 2019 00:07:57 +0000 (00:07 +0000)
commit8e7600dc43cab3bf006e2b12d288687b2b323f1b
tree06d49ceb19c2748f64558c431058ff727493a05b
parentf9d76dc354230152013b91b0526419a01855042e
Remove F_modify flag from FileOutputBuffer.

This code is dead. There is no use of the feature in the entire LLVM codebase.

Differential Revision: https://reviews.llvm.org/D56939

llvm-svn: 351613
llvm/include/llvm/Support/FileOutputBuffer.h
llvm/lib/Support/FileOutputBuffer.cpp
llvm/unittests/Support/FileOutputBufferTest.cpp