2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 06:16:03 +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
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;