[libcxx] r239974 - Delete dead code. NFCI

Jonathan Roelofs jonathan at codesourcery.com
Wed Jun 17 16:31:46 PDT 2015


Author: jroelofs
Date: Wed Jun 17 18:31:45 2015
New Revision: 239974

URL: http://llvm.org/viewvc/llvm-project?rev=239974&view=rev
Log:
Delete dead code. NFCI

Modified:
    libcxx/trunk/include/__config

Modified: libcxx/trunk/include/__config
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/__config?rev=239974&r1=239973&r2=239974&view=diff
==============================================================================
--- libcxx/trunk/include/__config (original)
+++ libcxx/trunk/include/__config Wed Jun 17 18:31:45 2015
@@ -21,10 +21,6 @@
 #define _GNUC_VER 0
 #endif
 
-#if !_WIN32
-#include <unistd.h>
-#endif
-
 #define _LIBCPP_VERSION 1101
 
 #define _LIBCPP_ABI_VERSION 1





More information about the cfe-commits mailing list