From 8ec1d776751f62c43335d36c3427dc1ab2d84a61 Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期六, 25 七月 2020 13:52:06 +0800
Subject: [PATCH] commit

---
 src/queue/mm.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/queue/mm.c b/src/queue/mm.c
index 179f369..b09aa73 100644
--- a/src/queue/mm.c
+++ b/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

--
Gitblit v1.8.0