mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 00:14:44 +01:00
drop unused extern int debug_cache
Reported by arekmx on IRC.
This commit is contained in:
parent
cb65ab92d0
commit
7bd1f48799
2 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue