Remove unused variable.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3967 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -46,7 +46,6 @@ hdb_next_keytype2key(krb5_context context,
|
||||
krb5_keytype keytype,
|
||||
Key **key)
|
||||
{
|
||||
krb5_error_code ret;
|
||||
int i;
|
||||
if(*key)
|
||||
i = *key - e->keys.val + 1;
|
||||
|
@@ -85,7 +85,6 @@ NDBM_seq(krb5_context context, HDB *db, hdb_entry *entry, int first)
|
||||
DBM *d = (DBM*)db->db;
|
||||
datum key, value;
|
||||
krb5_data key_data, data;
|
||||
krb5_principal principal;
|
||||
krb5_error_code ret;
|
||||
|
||||
if(first)
|
||||
|
Reference in New Issue
Block a user