[nginx] svn commit: r5012 - trunk/auto/cc

sb at waeme.net sb at waeme.net
Mon Jan 21 15:05:54 UTC 2013


Author: fabler
Date: 2013-01-21 15:05:54 +0000 (Mon, 21 Jan 2013)
New Revision: 5012
URL: http://trac.nginx.org/nginx/changeset/5012/nginx

Log:
Removed redundant variable assignment.


Modified:
   trunk/auto/cc/msvc

Modified: trunk/auto/cc/msvc
===================================================================
--- trunk/auto/cc/msvc	2013-01-21 13:15:29 UTC (rev 5011)
+++ trunk/auto/cc/msvc	2013-01-21 15:05:54 UTC (rev 5012)
@@ -73,9 +73,6 @@
 # disable logo
 CFLAGS="$CFLAGS -nologo"
 
-
-LINK="\$(CC)"
-
 # the link flags
 CORE_LINK="$CORE_LINK -link -verbose:lib"
 



More information about the nginx-devel mailing list