Skip to content

Commit 66d57bf

Browse files
committed
Remove unused is_persistent flag
I dropped the assignment to it before, but did not drop the struct member.
1 parent f55b413 commit 66d57bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/standard/proc_open.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,5 @@ struct php_process_handle {
4141
int npipes;
4242
zend_resource **pipes;
4343
char *command;
44-
int is_persistent;
4544
php_process_env_t env;
4645
};

0 commit comments

Comments
 (0)