From af089a2938dc9ae2e5d1128f1d8af5ffa51575dc Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Fri, 29 Jun 2001 20:42:02 +0000 Subject: [PATCH] - Remove bogus comment. --- Zend/zend_operators.c | 1 - 1 file changed, 1 deletion(-) 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); } -- 2.50.1