2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-30 05:47:59 +00:00

Remove obsolete data structure.

This commit is contained in:
Steve Beattie 2010-01-07 14:15:36 -08:00
parent 369a280f64
commit fd07a7b17a
2 changed files with 0 additions and 7 deletions

View File

@ -117,12 +117,6 @@ struct codomain {
size_t dfa_size;
};
struct cod_global_entry {
struct cod_entry *entry;
struct codomain *hats;
unsigned int capabilities;
};
struct sd_hat {
char *hat_name;
unsigned int hat_magic;

View File

@ -151,7 +151,6 @@ struct codomain *do_local_profile(struct codomain *cod, char *name, int mode, in
char *mode;
struct aa_network_entry *network_entry;
struct codomain *cod;
struct cod_global_entry *entry;
struct cod_net_entry *net_entry;
struct cod_entry *user_entry;
struct flagval flags;