summaryrefslogtreecommitdiffstats
path: root/cmdline.h
diff options
context:
space:
mode:
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;
};
/**