laruence Sat, 24 Sep 2011 01:05:43 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=317225
Log:
unused var
Changed paths:
U php/php-src/branches/PHP_5_4/main/SAPI.c
U php/php-src/trunk/main/SAPI.c
Modified: php/php-src/branches/PHP_5_4/main/SAPI.c
===================================================================
--- php/php-src/branches/PHP_5_4/main/SAPI.c 2011-09-24 00:29:33 UTC (rev
317224)
+++ php/php-src/branches/PHP_5_4/main/SAPI.c 2011-09-24 01:05:43 UTC (rev
317225)
@@ -638,7 +638,6 @@
{
sapi_header_struct sapi_header;
char *colon_offset;
- long myuid = 0L;
char *header_line;
uint header_line_len;
int http_response_code;
Modified: php/php-src/trunk/main/SAPI.c
===================================================================
--- php/php-src/trunk/main/SAPI.c 2011-09-24 00:29:33 UTC (rev 317224)
+++ php/php-src/trunk/main/SAPI.c 2011-09-24 01:05:43 UTC (rev 317225)
@@ -638,7 +638,6 @@
{
sapi_header_struct sapi_header;
char *colon_offset;
- long myuid = 0L;
char *header_line;
uint header_line_len;
int http_response_code;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php