From: Andi Gutmans Date: Fri, 29 Jun 2001 20:42:02 +0000 (+0000) Subject: - Remove bogus comment. X-Git-Tag: PRE_TSRM_MERGE_PATCH~309 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af089a2938dc9ae2e5d1128f1d8af5ffa51575dc;p=php - Remove bogus comment. --- diff --git a/Zend/zend_operators.c b/Zend/zend_operators.c index 7cf3409e42..de0ca96368 100644 --- a/Zend/zend_operators.c +++ b/Zend/zend_operators.c @@ -597,7 +597,6 @@ ZEND_API int add_function(zval *result, zval *op1, zval *op2) return SUCCESS; } if (result != op1) { - /* $a += $b */ *result = *op1; zval_copy_ctor(result); }