about summary refs log tree commit diff
path: root/Src/zsh.h
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2013-07-21 18:23:04 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2013-07-21 18:23:04 +0100
commit709dbbbda82efde2020d9d67a19687c101b91570 (patch)
tree0eef7d38a80a035eb22b221ade906e14f6b07589 /Src/zsh.h
parent39ab9952e8255cb99e9c0abcc8bbec43158a55d7 (diff)
downloadzsh-709dbbbda82efde2020d9d67a19687c101b91570.tar.gz
zsh-709dbbbda82efde2020d9d67a19687c101b91570.tar.xz
zsh-709dbbbda82efde2020d9d67a19687c101b91570.zip
31549: Fix third problem with file descriptor management.
Replace ad-hoc subsh_close file descriptor for pipe management with the new
job-based addfilelist() mechanism.
Diffstat (limited to 'Src/zsh.h')
-rw-r--r--Src/zsh.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Src/zsh.h b/Src/zsh.h
index ebd3cb75d..d7b130c72 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -977,7 +977,6 @@ struct execstack {
     int trapisfunc;
     int traplocallevel;
     int noerrs;
-    int subsh_close;
     char *underscore;
 };