Remove unused variable.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3967 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-11-12 00:53:24 +00:00
parent ea12bdc9e8
commit c4fa75bb1a
3 changed files with 0 additions and 4 deletions

View File

@@ -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;

View File

@@ -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)