2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-22 10:07:12 +00:00

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
No known key found for this signature in database
GPG Key ID: C6A682EA63C82F1C
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);