[lldb-dev] Remove unused Config.h #define
Kopec, Matt
matt.kopec at intel.com
Fri Jun 14 12:43:31 PDT 2013
Thanks for another patch Ed. I committed this in r183998.
Matt
On 2013-06-07, at 11:23 AM, Ed Maste <emaste at freebsd.org> wrote:
> 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
> _______________________________________________
> lldb-dev mailing list
> lldb-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
More information about the lldb-dev
mailing list