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:
parent
cb65ab92d0
commit
7bd1f48799
@ -373,7 +373,6 @@ extern int skip_mode_force;
|
|||||||
extern int abort_on_error;
|
extern int abort_on_error;
|
||||||
extern int skip_bad_cache_rebuild;
|
extern int skip_bad_cache_rebuild;
|
||||||
extern int mru_skip_cache;
|
extern int mru_skip_cache;
|
||||||
extern int debug_cache;
|
|
||||||
|
|
||||||
/* provided by parser_lex.l (cannot be used in tst builds) */
|
/* provided by parser_lex.l (cannot be used in tst builds) */
|
||||||
extern FILE *yyin;
|
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 force_clear_cache; /* force clearing regargless of state */
|
||||||
extern int create_cache_dir; /* create the cache dir if missing? */
|
extern int create_cache_dir; /* create the cache dir if missing? */
|
||||||
extern int mru_skip_cache;
|
extern int mru_skip_cache;
|
||||||
extern int debug_cache;
|
|
||||||
|
|
||||||
void set_cache_tstamp(struct timespec t);
|
void set_cache_tstamp(struct timespec t);
|
||||||
void update_mru_tstamp(FILE *file, const char *path);
|
void update_mru_tstamp(FILE *file, const char *path);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user