Removed unused variables.

git-svn-id: file:///svn/mysql/tokudb-engine/src@5158 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Zardosht Kasheff 2013-04-17 00:01:44 -04:00 committed by Yoni Fogel
parent a198e8bc40
commit d4dc06fb6b

View file

@ -2713,10 +2713,6 @@ int ha_tokudb::index_read(uchar * buf, const uchar * key, uint key_len, enum ha_
bzero((void *) &row, sizeof(row));
pack_key(&last_key, active_index, key_buff, key, key_len);
DBT h_key, h_val;
bzero((void*) &h_key, sizeof(h_key));
bzero((void*) &h_val, sizeof(h_val));
struct dbt_copy_info copy_info; //Needed as part of the smart dbt.
struct heavi_info heavi_info; //Needed for the heaviside function.
copy_info.key = &last_key;