summaryrefslogtreecommitdiffstats
path: root/contrib/llvm
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2014-07-23 19:38:29 +0000
committeremaste <emaste@FreeBSD.org>2014-07-23 19:38:29 +0000
commitaef31c62ce2878a7891dd4490adb5bc0b1c42c45 (patch)
tree49e78d002bb2265a2cec83937d4d642c69d91c9e /contrib/llvm
parent85a76dca417dfd2a3df49fd95644ec03d97d379b (diff)
downloadFreeBSD-src-aef31c62ce2878a7891dd4490adb5bc0b1c42c45.zip
FreeBSD-src-aef31c62ce2878a7891dd4490adb5bc0b1c42c45.tar.gz
MFC r268527: Remove unused readline header
Diffstat (limited to 'contrib/llvm')
-rw-r--r--contrib/llvm/tools/lldb/tools/driver/Platform.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/contrib/llvm/tools/lldb/tools/driver/Platform.h b/contrib/llvm/tools/lldb/tools/driver/Platform.h
index faa2991..87b1d17 100644
--- a/contrib/llvm/tools/lldb/tools/driver/Platform.h
+++ b/contrib/llvm/tools/lldb/tools/driver/Platform.h
@@ -101,12 +101,6 @@
#include <pthread.h>
#include <sys/time.h>
- #if defined(__FreeBSD__)
- #include <readline/readline.h>
- #else
- #include <editline/readline.h>
- #endif
-
#endif
#endif // lldb_Platform_h_
OpenPOWER on IntegriCloud