Thanks for another patch Ed. I committed this in r183998. Matt
On 2013-06-07, at 11:23 AM, Ed Maste <[email protected]> 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 > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev _______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
