diff options
| author | Sylvestre Ledru <sylvestre@debian.org> | 2013-04-23 12:18:53 +0000 |
|---|---|---|
| committer | Sylvestre Ledru <sylvestre@debian.org> | 2013-04-23 12:18:53 +0000 |
| commit | 333b9974cda9aa194650466bf69cf8c644838fb9 (patch) | |
| tree | ed83dc871644fa737d2e079d7150d0b551b7734b | |
| parent | 0c9f1bfae5e3915cde8ffd8111d87570106be62a (diff) | |
| download | bcm5719-llvm-333b9974cda9aa194650466bf69cf8c644838fb9.tar.gz bcm5719-llvm-333b9974cda9aa194650466bf69cf8c644838fb9.zip | |
Remove duplicate define
llvm-svn: 180095
| -rw-r--r-- | lldb/include/lldb/Host/freebsd/Config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/include/lldb/Host/freebsd/Config.h b/lldb/include/lldb/Host/freebsd/Config.h index 88fe670819c..49d97dd5793 100644 --- a/lldb/include/lldb/Host/freebsd/Config.h +++ b/lldb/include/lldb/Host/freebsd/Config.h @@ -19,8 +19,6 @@ #define LLDB_CONFIG_TERMIOS_SUPPORTED 1 -#define LLDB_CONFIG_TERMIOS_SUPPORTED 1 - #define LLDB_CONFIG_TILDE_RESOLVES_TO_USER 1 //#define LLDB_CONFIG_DLOPEN_RTLD_FIRST_SUPPORTED 1 |

