branches/innodb+: remove two assertions

Suggested by Marko.
This commit is contained in:
calvin 2009-10-14 19:02:27 +00:00
parent b512b9de6b
commit 1dd1d1fe53

View file

@ -156,9 +156,6 @@ buf_flush_block_cmp(
const buf_page_t* b1 = *(const buf_page_t**) p1;
const buf_page_t* b2 = *(const buf_page_t**) p2;
ut_ad(p1 != NULL);
ut_ad(p2 != NULL);
ut_ad(b1 != NULL);
ut_ad(b2 != NULL);