From: Jani Taskinen Date: Sat, 29 Sep 2007 02:08:19 +0000 (+0000) Subject: - Nuked unused variable X-Git-Tag: RELEASE_2_0_0a1~1718 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=751d5232a23962a3b1e1a25d20741790a5470506;p=php - Nuked unused variable --- diff --git a/Zend/zend_builtin_functions.c b/Zend/zend_builtin_functions.c index 0be6086a43..5fb7554f66 100644 --- a/Zend/zend_builtin_functions.c +++ b/Zend/zend_builtin_functions.c @@ -620,8 +620,6 @@ ZEND_FUNCTION(get_class) Retrieves the class name */ ZEND_FUNCTION(get_called_class) { - int dup; - if (!ZEND_NUM_ARGS()) { if (EG(called_scope)) { RETURN_TEXTL(EG(called_scope)->name, EG(called_scope)->name_length, 1);