]> git.ipfire.org Git - thirdparty/krb5.git/commit
Clean up krb5_db2_free_policy() 594/head
authorGreg Hudson <ghudson@mit.edu>
Wed, 11 Jan 2017 14:46:46 +0000 (09:46 -0500)
committerGreg Hudson <ghudson@mit.edu>
Wed, 11 Jan 2017 20:20:20 +0000 (15:20 -0500)
commit708ea925c01dfa4aefb48a3a28f595671d5197c2
tree3fdd6c26da82da01b01bac1820e2bb9503e31749
parentb9f915d4079a8d6b4d6bc6381b8c05167c64e042
Clean up krb5_db2_free_policy()

Commit 03d34fcfa329fbc2f686a0b34e2731e37f483a34 (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.
src/plugins/kdb/db2/kdb_db2.c