[llvm] r218373 - Unix/Host.inc: Remove <cstdlib>. It has been unused for a long time.

NAKAMURA Takumi geek4civic at gmail.com
Tue Sep 23 21:45:02 PDT 2014


Author: chapuni
Date: Tue Sep 23 23:45:02 2014
New Revision: 218373

URL: http://llvm.org/viewvc/llvm-project?rev=218373&view=rev
Log:
Unix/Host.inc: Remove <cstdlib>. It has been unused for a long time.

Modified:
    llvm/trunk/lib/Support/Unix/Host.inc

Modified: llvm/trunk/lib/Support/Unix/Host.inc
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Support/Unix/Host.inc?rev=218373&r1=218372&r2=218373&view=diff
==============================================================================
--- llvm/trunk/lib/Support/Unix/Host.inc (original)
+++ llvm/trunk/lib/Support/Unix/Host.inc Tue Sep 23 23:45:02 2014
@@ -22,7 +22,6 @@
 #include <sys/utsname.h>
 #include <cctype>
 #include <string>
-#include <cstdlib> // ::getenv
 
 using namespace llvm;
 





More information about the llvm-commits mailing list