[Lldb-commits] [lldb] r183998 - Remove unused Host macro.

Matt Kopec Matt.Kopec at intel.com
Fri Jun 14 12:41:36 PDT 2013


Author: mkopec
Date: Fri Jun 14 14:41:36 2013
New Revision: 183998

URL: http://llvm.org/viewvc/llvm-project?rev=183998&view=rev
Log:
Remove unused Host macro.

Patch from Ed Maste.

Modified:
    lldb/trunk/include/lldb/Host/linux/Config.h
    lldb/trunk/include/lldb/Host/macosx/Config.h
    lldb/trunk/include/lldb/Host/mingw/Config.h

Modified: lldb/trunk/include/lldb/Host/linux/Config.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Host/linux/Config.h?rev=183998&r1=183997&r2=183998&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Host/linux/Config.h (original)
+++ lldb/trunk/include/lldb/Host/linux/Config.h Fri Jun 14 14:41:36 2013
@@ -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

Modified: lldb/trunk/include/lldb/Host/macosx/Config.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Host/macosx/Config.h?rev=183998&r1=183997&r2=183998&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Host/macosx/Config.h (original)
+++ lldb/trunk/include/lldb/Host/macosx/Config.h Fri Jun 14 14:41:36 2013
@@ -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

Modified: lldb/trunk/include/lldb/Host/mingw/Config.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Host/mingw/Config.h?rev=183998&r1=183997&r2=183998&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Host/mingw/Config.h (original)
+++ lldb/trunk/include/lldb/Host/mingw/Config.h Fri Jun 14 14:41:36 2013
@@ -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-commits mailing list