summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/raw_ostream.cpp
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2018-04-02 14:18:13 +0000
committerNico Weber <nicolasweber@gmx.de>2018-04-02 14:18:13 +0000
commit9f03e9de77b5ff11c7cbea4ee12e54b08223ebf9 (patch)
treea62715ac1459c6c6df152dcaecb6d6c71b8218fd /llvm/lib/Support/raw_ostream.cpp
parentae2a14be2a886b41055fdb0c370c5974500bf601 (diff)
downloadbcm5719-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.cpp3
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>
OpenPOWER on IntegriCloud