summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2014-07-11 07:31:55 +0000
committeremaste <emaste@FreeBSD.org>2014-07-11 07:31:55 +0000
commit7abc3b4099a6b2bf5e0f1deaafbf0c0aab7a3a6a (patch)
tree505cd8ef58c4251f78a7209df2358d0a7cd466df
parent635f38538393d2e1ef0c74a87b53b3f7fa3025b5 (diff)
downloadFreeBSD-src-7abc3b4099a6b2bf5e0f1deaafbf0c0aab7a3a6a.zip
FreeBSD-src-7abc3b4099a6b2bf5e0f1deaafbf0c0aab7a3a6a.tar.gz
Remove unused readline header
Readline is no longer installed after r268461. A readline compatibility header is provided by libedit, but readline definitions do not seem to be used by LLDB anyhow. Submitted by: markj, Jan Beich
-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