(query_mode): Unused variable
Showing
1 changed file
with
0 additions
and
1 deletions
... | @@ -78,7 +78,6 @@ struct mh_whatnow_env wh_env = { 0 }; | ... | @@ -78,7 +78,6 @@ struct mh_whatnow_env wh_env = { 0 }; |
78 | const char *formfile; | 78 | const char *formfile; |
79 | static int initial_edit = 1; | 79 | static int initial_edit = 1; |
80 | static int build_only = 0; /* --build flag */ | 80 | static int build_only = 0; /* --build flag */ |
81 | static int query_mode = 0; /* --query flag */ | ||
82 | static int use_draft = 0; /* --use flag */ | 81 | static int use_draft = 0; /* --use flag */ |
83 | 82 | ||
84 | static int | 83 | static int | ... | ... |
-
Please register or sign in to post a comment