wangzhengquan
2020-07-27 554529bb69cd610e83db2c9a80b4f36f5225d80f
src/queue/mm.c
@@ -447,8 +447,6 @@
static inline void rm_fblock(void *rbp)
{
  // the successor of the previous block of rbp point to next block of rbp
// err_msg(0, "SUCCRP(PREV_FBLKP(rbp) %p\n", SUCCRP(PREV_FBLKP(rbp)) );
// err_msg(0, "NEXT_FBLKP(rbp)%p\n",        NEXT_FBLKP(rbp) );
  PUT_PTR(SUCCRP(PREV_FBLKP(rbp)), NEXT_FBLKP(rbp));
  // the predecessor of then next block of rbp point to previous block of rbp