drop unused extern int debug_cache

Reported by arekmx on IRC.
This commit is contained in:
Christian Boltz 2021-02-07 16:02:20 +01:00
parent cb65ab92d0
commit 7bd1f48799
Failed to generate hash of commit
2 changed files with 0 additions and 2 deletions

View file

@ -373,7 +373,6 @@ extern int skip_mode_force;
extern int abort_on_error;
extern int skip_bad_cache_rebuild;
extern int mru_skip_cache;
extern int debug_cache;
/* provided by parser_lex.l (cannot be used in tst builds) */
extern FILE *yyin;

View file

@ -36,7 +36,6 @@ extern int cond_clear_cache; /* only applies if write is set */
extern int force_clear_cache; /* force clearing regargless of state */
extern int create_cache_dir; /* create the cache dir if missing? */
extern int mru_skip_cache;
extern int debug_cache;
void set_cache_tstamp(struct timespec t);
void update_mru_tstamp(FILE *file, const char *path);