From 7da0d28318c97f1f3d629f13daad9ec824254709 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 15 Dec 2017 12:40:37 -0500 Subject: Keep track of required FDs per-expr --- cmdline.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cmdline.h') diff --git a/cmdline.h b/cmdline.h index 09500ce..e9731f9 100644 --- a/cmdline.h +++ b/cmdline.h @@ -98,10 +98,6 @@ struct cmdline { struct open_file *open_files; /** The number of open files owned by the command line. */ int nopen_files; - /** The number of files that may stay open between evaluations. */ - int persistent_fds; - /** The number of files that mau be opened during evaluations. */ - int ephemeral_fds; }; /** -- cgit v1.2.3