From 709dbbbda82efde2020d9d67a19687c101b91570 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 21 Jul 2013 18:23:04 +0100 Subject: 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. --- Src/zsh.h | 1 - 1 file changed, 1 deletion(-) (limited to 'Src/zsh.h') 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; }; -- cgit 1.4.1