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
This commit is contained in:
parent
4474d71a7b
commit
b0819f9877
@ -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_
|
||||
|
Loading…
Reference in New Issue
Block a user