Commit 598a8ca6 authored by vasil's avatar vasil

branches/zip:

Remove bogus comment from ha_storage_empty().
parent 795a1798
......@@ -82,8 +82,6 @@ ha_storage_empty(
temp_storage.heap = (*storage)->heap;
temp_storage.hash = (*storage)->hash;
/* order is important because the pointer temp_storage.hash is
within the heap */
hash_table_clear(temp_storage.hash);
mem_heap_empty(temp_storage.heap);
......
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