com php-src: Unused var: Zend/zend_objects.c

[email protected] (Xinchen Hui)
Newsgroups php.cvs
Message-ID <[email protected]>
Commit:    705bd6df78f58d6a41e9e3a8811168963a440c2a
Author:    Xinchen Hui <[email protected]>         Mon, 8 May 2017 10:56:21 +0800
Parents:   f9d4456c44b5d695b9e9cfa1dd5c1bb1818f1cc3
Branches:  master

Link:       http://git.php.net/?p=php-src.git;a=commitdiff;h=705bd6df78f58d6a41e9e3a8811168963a440c2a

Log:
Unused var

Changed paths:
  M  Zend/zend_objects.c


Diff:
diff --git a/Zend/zend_objects.c b/Zend/zend_objects.c
index 900ec1d..8f090d2 100644
--- a/Zend/zend_objects.c
+++ b/Zend/zend_objects.c
@@ -29,8 +29,6 @@
 
 ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce)
 {
-	zval *p, *end;
-
 	GC_REFCOUNT(object) = 1;
 	GC_TYPE_INFO(object) = IS_OBJECT | (GC_COLLECTABLE << GC_FLAGS_SHIFT);
 	object->ce = ce;
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.