iliaa Mon Dec 8 20:54:57 2003 EDT
Modified files:
/php-src/ext/com_dotnet com_variant.c
Log:
Kill unused variables.
Index: php-src/ext/com_dotnet/com_variant.c
diff -u php-src/ext/com_dotnet/com_variant.c:1.1
php-src/ext/com_dotnet/com_variant.c:1.2
--- php-src/ext/com_dotnet/com_variant.c:1.1 Thu Aug 14 12:49:55 2003
+++ php-src/ext/com_dotnet/com_variant.c Mon Dec 8 20:54:56 2003
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: com_variant.c,v 1.1 2003/08/14 16:49:55 wez Exp $ */
+/* $Id: com_variant.c,v 1.2 2003/12/09 01:54:56 iliaa Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -99,9 +99,6 @@
{
OLECHAR *olestring = NULL;
int ret = SUCCESS;
- SYSTEMTIME systime;
- struct tm tmv;
- php_com_dotnet_object *obj;
switch (V_VT(v)) {
case VT_EMPTY:
@@ -578,7 +575,6 @@
VARIANT *vleft = NULL;
zval *zleft = NULL;
php_com_dotnet_object *obj;
- HRESULT result;
int codepage = CP_ACP;
long decimals = 0;
@@ -614,7 +610,6 @@
VARIANT *vleft = NULL, *vright = NULL;
zval *zleft = NULL, *zright = NULL;
php_com_dotnet_object *obj;
- HRESULT result;
int codepage = CP_ACP;
long lcid = LOCALE_SYSTEM_DEFAULT;
long flags = 0;
@@ -832,8 +827,6 @@
{
zval *zobj;
php_com_dotnet_object *obj;
- VARIANT vres;
- HRESULT res;
if (FAILURE == zend_parse_parameters(1 TSRMLS_CC,
"O", &zobj, php_com_variant_class_entry)) {
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php