diff options
author | emaste <emaste@FreeBSD.org> | 2014-07-11 07:31:55 +0000 |
---|---|---|
committer | emaste <emaste@FreeBSD.org> | 2014-07-11 07:31:55 +0000 |
commit | 7abc3b4099a6b2bf5e0f1deaafbf0c0aab7a3a6a (patch) | |
tree | 505cd8ef58c4251f78a7209df2358d0a7cd466df /contrib/llvm/tools | |
parent | 635f38538393d2e1ef0c74a87b53b3f7fa3025b5 (diff) | |
download | FreeBSD-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
Diffstat (limited to 'contrib/llvm/tools')
-rw-r--r-- | contrib/llvm/tools/lldb/tools/driver/Platform.h | 6 |
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_ |