svn commit: r269026 - stable/10/contrib/llvm/tools/lldb/tools/driver

Ed Maste emaste at FreeBSD.org
Wed Jul 23 19:38:29 UTC 2014


Author: emaste
Date: Wed Jul 23 19:38:29 2014
New Revision: 269026
URL: http://svnweb.freebsd.org/changeset/base/269026

Log:
  MFC r268527: Remove unused readline header

Modified:
  stable/10/contrib/llvm/tools/lldb/tools/driver/Platform.h
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/contrib/llvm/tools/lldb/tools/driver/Platform.h
==============================================================================
--- stable/10/contrib/llvm/tools/lldb/tools/driver/Platform.h	Wed Jul 23 19:37:24 2014	(r269025)
+++ stable/10/contrib/llvm/tools/lldb/tools/driver/Platform.h	Wed Jul 23 19:38:29 2014	(r269026)
@@ -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-all mailing list