mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
remove dead code
This commit is contained in:
parent
e0a1668ffd
commit
65e2c09be1
1 changed files with 1 additions and 11 deletions
|
@ -376,17 +376,7 @@ rules: rules rule
|
|||
add_entry_to_policy($1, $2);
|
||||
$$ = $1;
|
||||
};
|
||||
/*
|
||||
rules: rules owner_rule
|
||||
{
|
||||
PDEBUG("matched: rules owner_rule\n");
|
||||
PDEBUG("rules owner_rule: (%s)\n", $2->name);
|
||||
if (!$2)
|
||||
yyerror(_("Assert: `owner_rule' returned NULL."));
|
||||
add_entry_to_policy($1, $2);
|
||||
$$ = $1;
|
||||
};
|
||||
*/
|
||||
|
||||
rules: rules TOK_OWNER owner_rule
|
||||
{
|
||||
struct cod_entry *entry, *tmp;
|
||||
|
|
Loading…
Add table
Reference in a new issue