[PATCH] Pretty up command help output
[fio.git] / parse.h
diff --git a/parse.h b/parse.h
index dc875bd1a14d81ee950007f1f62e196316ab0f3d..edba7fc6b0256261906b6c4820a3899dc71281ed 100644 (file)
--- a/parse.h
+++ b/parse.h
@@ -30,7 +30,6 @@ struct fio_option {
        void *cb;                       /* callback */
        const char *help;               /* help text for option */
        const char *def;                /* default setting */
-       char opt_set;                   /* option was set */
 };
 
 typedef int (str_cb_fn)(void *, char *);