diff options
| author | Jan Sucan <sucanjan@fit.cvut.cz> | 2019-04-11 18:47:56 +0200 |
|---|---|---|
| committer | Jan Sucan <sucanjan@fit.cvut.cz> | 2019-04-11 18:47:56 +0200 |
| commit | 197f290a93cd5318d6699207f2929e876cd37e03 (patch) | |
| tree | cc37a583379ae9de579693b588846aba98c5a3ac | |
| parent | 498c691eb0dd19b23f70421484aa6d738f35e73c (diff) | |
Remove unused option code
| -rw-r--r-- | options.c | 1 | ||||
| -rw-r--r-- | options.h | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -99,7 +99,6 @@ options_init(options_t * const opts) opts->help = false; opts->sector_size = OPTIONS_DEFAULT_SECTOR_SIZE; opts->buffer_size = OPTIONS_DEFAULT_BUFFER_SIZE; - opts->do_not_ask = false; opts->in_file_path = NULL; opts->ref_file_path = NULL; @@ -8,7 +8,6 @@ typedef struct { bool help; uint32_t sector_size; uint32_t buffer_size; - bool do_not_ask; const char * in_file_path; const char * ref_file_path; |
