summaryrefslogtreecommitdiff
path: root/ext/com_dotnet
diff options
context:
space:
mode:
Diffstat (limited to 'ext/com_dotnet')
-rw-r--r--ext/com_dotnet/com_handlers.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/com_dotnet/com_handlers.c b/ext/com_dotnet/com_handlers.c
index f0369ce68c..d18a5a952c 100644
--- a/ext/com_dotnet/com_handlers.c
+++ b/ext/com_dotnet/com_handlers.c
@@ -350,8 +350,8 @@ static union _zend_function *com_method_get(zval *object, char *name, int len TS
break;
case DESCKIND_NONE:
- default:
- fptr = NULL;
+ //default:
+ // fptr = NULL;
break;
}
if (TI) {