[lldb-dev] Remove unused Config.h #define
Ed Maste
emaste at freebsd.org
Fri Jun 7 08:23:06 PDT 2013
I'm examining the differences between FreeBSD and Linux support files,
and found that LLDB_CONFIG_SUPPORTS_SETLINEBUFFERED is now completely
unused, so can be removed.
Index: include/lldb/Host/mingw/Config.h
===================================================================
--- include/lldb/Host/mingw/Config.h (revision 183492)
+++ include/lldb/Host/mingw/Config.h (working copy)
@@ -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
Index: include/lldb/Host/macosx/Config.h
===================================================================
--- include/lldb/Host/macosx/Config.h (revision 183492)
+++ include/lldb/Host/macosx/Config.h (working copy)
@@ -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
Index: include/lldb/Host/linux/Config.h
===================================================================
--- include/lldb/Host/linux/Config.h (revision 183492)
+++ include/lldb/Host/linux/Config.h (working copy)
@@ -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
More information about the lldb-dev
mailing list