Commit 1dd1d1fe authored by calvin's avatar calvin

branches/innodb+: remove two assertions

Suggested by Marko.
parent b512b9de
......@@ -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);
......
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