svn commit: r268527 - head/contrib/llvm/tools/lldb/tools/driver

Ed Maste emaste at FreeBSD.org
Fri Jul 11 07:31:56 UTC 2014


Author: emaste
Date: Fri Jul 11 07:31:55 2014
New Revision: 268527
URL: http://svnweb.freebsd.org/changeset/base/268527

Log:
  Remove unused readline header
  
  Readline is no longer installed after r268461.  A readline compatibility
  header is provided by libedit, but readline definitions do not seem to
  be used by LLDB anyhow.
  
  Submitted by:	markj, Jan Beich

Modified:
  head/contrib/llvm/tools/lldb/tools/driver/Platform.h

Modified: head/contrib/llvm/tools/lldb/tools/driver/Platform.h
==============================================================================
--- head/contrib/llvm/tools/lldb/tools/driver/Platform.h	Fri Jul 11 06:52:48 2014	(r268526)
+++ head/contrib/llvm/tools/lldb/tools/driver/Platform.h	Fri Jul 11 07:31:55 2014	(r268527)
@@ -101,12 +101,6 @@
     #include <pthread.h>
     #include <sys/time.h>
 
-    #if defined(__FreeBSD__)
-        #include <readline/readline.h>
-    #else
-        #include <editline/readline.h>
-    #endif
-
 #endif
 
 #endif // lldb_Platform_h_


More information about the svn-src-head mailing list