Commit aa95c423 authored by Marko Mäkelä's avatar Marko Mäkelä

Cleanup: Remove unused mtr_block_dirtied

parent 759deaa0
...@@ -81,11 +81,6 @@ savepoint. */ ...@@ -81,11 +81,6 @@ savepoint. */
#define mtr_block_x_latch_at_savepoint(m, s, b) \ #define mtr_block_x_latch_at_savepoint(m, s, b) \
(m)->x_latch_at_savepoint((s), (b)) (m)->x_latch_at_savepoint((s), (b))
/** Check if a mini-transaction is dirtying a clean page.
@param b block being x-fixed
@return true if the mtr is dirtying a clean page. */
#define mtr_block_dirtied(b) mtr_t::is_block_dirtied((b))
/** Mini-transaction memo stack slot. */ /** Mini-transaction memo stack slot. */
struct mtr_memo_slot_t { struct mtr_memo_slot_t {
/** pointer to the object */ /** pointer to the object */
......
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