diff options
author | Nico Weber <nicolasweber@gmx.de> | 2018-04-02 14:18:13 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2018-04-02 14:18:13 +0000 |
commit | 9f03e9de77b5ff11c7cbea4ee12e54b08223ebf9 (patch) | |
tree | a62715ac1459c6c6df152dcaecb6d6c71b8218fd /llvm/lib/Support/raw_ostream.cpp | |
parent | ae2a14be2a886b41055fdb0c370c5974500bf601 (diff) | |
download | bcm5719-llvm-9f03e9de77b5ff11c7cbea4ee12e54b08223ebf9.tar.gz bcm5719-llvm-9f03e9de77b5ff11c7cbea4ee12e54b08223ebf9.zip |
Remove HAVE_WRITEV that's unused after r255837.
llvm-svn: 328977
Diffstat (limited to 'llvm/lib/Support/raw_ostream.cpp')
-rw-r--r-- | llvm/lib/Support/raw_ostream.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Support/raw_ostream.cpp b/llvm/lib/Support/raw_ostream.cpp index e0261110308..5ecb18fc72f 100644 --- a/llvm/lib/Support/raw_ostream.cpp +++ b/llvm/lib/Support/raw_ostream.cpp @@ -41,9 +41,6 @@ #if defined(HAVE_UNISTD_H) # include <unistd.h> #endif -#if defined(HAVE_SYS_UIO_H) && defined(HAVE_WRITEV) -# include <sys/uio.h> -#endif #if defined(__CYGWIN__) #include <io.h> |