Remove unused variable hash

This commit is contained in:
Brian Behlendorf 2008-11-24 14:52:12 -08:00
parent 2a9adf01f9
commit 578cd5b14f
1 changed files with 0 additions and 1 deletions

View File

@ -1034,7 +1034,6 @@ int fzap_cursor_move_to_key(zap_cursor_t *zc, zap_name_t *zn)
int err; int err;
zap_leaf_t *l; zap_leaf_t *l;
zap_entry_handle_t zeh; zap_entry_handle_t zeh;
uint64_t hash;
if (zn->zn_name_orij && strlen(zn->zn_name_orij) > ZAP_MAXNAMELEN) if (zn->zn_name_orij && strlen(zn->zn_name_orij) > ZAP_MAXNAMELEN)
return (E2BIG); return (E2BIG);