Add --readonly option
[fio.git] / parse.h
diff --git a/parse.h b/parse.h
index 36ff2b2357d673cd07134bbe7751a441b8ea4462..c3b66d75be34216ff1f3df33b85db9d7779ef6c6 100644 (file)
--- a/parse.h
+++ b/parse.h
@@ -46,7 +46,6 @@ struct fio_option {
        const char *def;                /* default setting */
        const struct value_pair posval[PARSE_MAX_VP];/* possible values */
        const char *parent;             /* parent option */
-       char parent_seen;
 };
 
 typedef int (str_cb_fn)(void *, char *);