From: Nikita Popov Date: Mon, 4 May 2020 12:59:35 +0000 (+0200) Subject: Remove unused is_persistent flag X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=66d57bf8d64d7a30f2b213ca0994c4a9022d68f2;p=php Remove unused is_persistent flag I dropped the assignment to it before, but did not drop the struct member. --- diff --git a/ext/standard/proc_open.h b/ext/standard/proc_open.h index c637e7ba26..3f79c91d5d 100644 --- a/ext/standard/proc_open.h +++ b/ext/standard/proc_open.h @@ -41,6 +41,5 @@ struct php_process_handle { int npipes; zend_resource **pipes; char *command; - int is_persistent; php_process_env_t env; };