]> granicus.if.org Git - php/commitdiff
Remove unused is_persistent flag
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 4 May 2020 12:59:35 +0000 (14:59 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 4 May 2020 12:59:35 +0000 (14:59 +0200)
I dropped the assignment to it before, but did not drop the
struct member.

ext/standard/proc_open.h

index c637e7ba26979873bc948bb8b16aa984ca10c810..3f79c91d5da0b8062e0fe183f7715c79941a5df6 100644 (file)
@@ -41,6 +41,5 @@ struct php_process_handle {
        int npipes;
        zend_resource **pipes;
        char *command;
-       int is_persistent;
        php_process_env_t env;
 };