summaryrefslogtreecommitdiff
path: root/myisam/mi_checksum.c
diff options
context:
space:
mode:
Diffstat (limited to 'myisam/mi_checksum.c')
-rw-r--r--myisam/mi_checksum.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/myisam/mi_checksum.c b/myisam/mi_checksum.c
index cdbb634c5ff..95338434211 100644
--- a/myisam/mi_checksum.c
+++ b/myisam/mi_checksum.c
@@ -27,7 +27,6 @@ ha_checksum mi_checksum(MI_INFO *info, const byte *buf)
for (i=info->s->base.fields ; i-- ; buf+=(rec++)->length)
{
const byte *pos;
- const byte *end;
ulong length;
switch (rec->type) {
case FIELD_BLOB: