diff options
Diffstat (limited to 'src/filegen.h')
-rw-r--r-- | src/filegen.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/filegen.h b/src/filegen.h index d65e2f62..2b38921c 100644 --- a/src/filegen.h +++ b/src/filegen.h @@ -90,9 +90,6 @@ struct file_hint_struct { const char *extension; const char *description; - const uint64_t min_header_distance; - /* don't try head_check if min_header_distance >0 and previous_header_distance <= min_header_distance */ - /* needed by tar header */ const uint64_t max_filesize; const int recover; const unsigned int enable_by_default; |