removed dead obsolete code

This commit is contained in:
Mattias Jonsson 2011-04-29 09:48:26 +02:00
parent aefbea7d0b
commit 3980482fd0

View file

@ -3967,12 +3967,6 @@ void ha_partition::position(const uchar *record)
if (pad_length)
memset((ref + PARTITION_BYTES_IN_POS + file->ref_length), 0, pad_length);
#ifdef SUPPORTING_PARTITION_OVER_DIFFERENT_ENGINES
#ifdef HAVE_purify
bzero(ref + PARTITION_BYTES_IN_POS + ref_length,
max_ref_length-ref_length);
#endif /* HAVE_purify */
#endif
DBUG_VOID_RETURN;
}