Commit 63583d80 authored by marko's avatar marko

branches/zip: hash_create(): Remove two unused variables. They should have

been removed in r1752.
parent 98c1aefe
......@@ -82,8 +82,6 @@ hash_create(
hash_cell_t* array;
ulint prime;
hash_table_t* table;
ulint i;
hash_cell_t* cell;
prime = ut_find_prime(n);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment