From 66d57bf8d64d7a30f2b213ca0994c4a9022d68f2 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Mon, 4 May 2020 14:59:35 +0200 Subject: [PATCH] Remove unused is_persistent flag I dropped the assignment to it before, but did not drop the struct member. --- ext/standard/proc_open.h | 1 - 1 file changed, 1 deletion(-) 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; }; -- 2.50.1