forked from OSchip/llvm-project
Remove unused Host macro.
Patch from Ed Maste. llvm-svn: 183998
This commit is contained in:
parent
6f2564cb36
commit
58231d7897
|
@ -17,8 +17,6 @@
|
|||
#ifndef liblldb_Platform_Config_h_
|
||||
#define liblldb_Platform_Config_h_
|
||||
|
||||
#define LLDB_CONFIG_SUPPORTS_SETLINEBUFFERED 1
|
||||
|
||||
#define LLDB_CONFIG_TERMIOS_SUPPORTED 1
|
||||
|
||||
#define LLDB_CONFIG_TILDE_RESOLVES_TO_USER 1
|
||||
|
|
|
@ -17,8 +17,6 @@
|
|||
#ifndef liblldb_Platform_Config_h_
|
||||
#define liblldb_Platform_Config_h_
|
||||
|
||||
#define LLDB_CONFIG_SUPPORTS_SETLINEBUFFERED 1
|
||||
|
||||
#define LLDB_CONFIG_TERMIOS_SUPPORTED 1
|
||||
|
||||
#define LLDB_CONFIG_TILDE_RESOLVES_TO_USER 1
|
||||
|
|
|
@ -17,8 +17,6 @@
|
|||
#ifndef liblldb_Platform_Config_h_
|
||||
#define liblldb_Platform_Config_h_
|
||||
|
||||
#define LLDB_CONFIG_SUPPORTS_SETLINEBUFFERED 1
|
||||
|
||||
//#define LLDB_CONFIG_TERMIOS_SUPPORTED 1
|
||||
|
||||
//#define LLDB_CONFIG_TILDE_RESOLVES_TO_USER 1
|
||||
|
|
Loading…
Reference in New Issue