summaryrefslogtreecommitdiffstats
path: root/cmdline.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2017-12-15 12:40:37 -0500
committerTavian Barnes <tavianator@tavianator.com>2017-12-15 12:40:37 -0500
commit7da0d28318c97f1f3d629f13daad9ec824254709 (patch)
tree565abff45b696b36a006f3ef1472f0db1425a11b /cmdline.h
parent7d419a51636161e0257c0ccf041b49b97fe5f219 (diff)
downloadbfs-7da0d28318c97f1f3d629f13daad9ec824254709.tar.xz
Keep track of required FDs per-expr
Diffstat (limited to 'cmdline.h')
-rw-r--r--cmdline.h4
1 files changed, 0 insertions, 4 deletions
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;
};
/**