diff options
author | Davi Arnaut <davi.arnaut@oracle.com> | 2010-07-23 17:09:27 -0300 |
---|---|---|
committer | Davi Arnaut <davi.arnaut@oracle.com> | 2010-07-23 17:09:27 -0300 |
commit | 9fd9857e0bd02932543c03495599b19ea081031c (patch) | |
tree | 541cfc3d5f16c89cdcacdc7babd0c0fdf9de16a0 /storage/heap | |
parent | 9e01fddb5b3bcceb760a86a10d2d07e05076c360 (diff) | |
download | mariadb-git-9fd9857e0bd02932543c03495599b19ea081031c.tar.gz |
WL#5498: Remove dead and unused source code
Remove code that has been disabled for a long time.
Diffstat (limited to 'storage/heap')
-rw-r--r-- | storage/heap/hp_test2.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/storage/heap/hp_test2.c b/storage/heap/hp_test2.c index 1571fc98402..3ee903be7ed 100644 --- a/storage/heap/hp_test2.c +++ b/storage/heap/hp_test2.c @@ -179,11 +179,6 @@ int main(int argc, char *argv[]) printf("can't find key1: \"%s\"\n",(char*) key); goto err; } -#ifdef NOT_USED - if (file->current_ptr == hp_find_block(&file->s->block,0) || - file->current_ptr == hp_find_block(&file->s->block,1)) - continue; /* Don't remove 2 first records */ -#endif if (heap_delete(file,record)) { printf("error: %d; can't delete record: \"%s\"\n", my_errno,(char*) record); |