Skip to content

Commit

Permalink
Clean up krb5_db2_free_policy()
Browse files Browse the repository at this point in the history
Commit 03d34fc (ticket 8414) removed
the prototype and all uses of krb5_db2_free_policy(), but neglected to
remove the function definition, resulting in a warning.  Remove the
definition now.
  • Loading branch information
greghudson committed Jan 11, 2017
1 parent b9f915d commit 708ea92
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/plugins/kdb/db2/kdb_db2.c
Original file line number Diff line number Diff line change
Expand Up @@ -1314,13 +1314,6 @@ krb5_db2_delete_policy(krb5_context context, char *policy)
return osa_adb_destroy_policy(dbc->policy_db, policy);
}

void
krb5_db2_free_policy(krb5_context context, osa_policy_ent_t entry)
{
osa_free_policy_ent(entry);
}


/*
* Merge non-replicated attributes from src into dst, setting
* changed to non-zero if dst was changed.
Expand Down

0 comments on commit 708ea92

Please sign in to comment.