[CRIU] [PATCH] criu/include/util.h: rm unused macro
Kir Kolyshkin
kir at openvz.org
Thu Feb 9 20:01:33 PST 2017
This macro is not in use since mid-2012 (commit 4806e13
"protobuf: Convert vma_entry to PB format v3"), so I guess
it is about time to retire it.
Signed-off-by: Kir Kolyshkin <kir at openvz.org>
---
criu/include/util.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/criu/include/util.h b/criu/include/util.h
index d1332ae..e1896d6 100644
--- a/criu/include/util.h
+++ b/criu/include/util.h
@@ -40,7 +40,6 @@ struct list_head;
extern void pr_vma(unsigned int loglevel, const struct vma_area *vma_area);
#define pr_info_vma(vma_area) pr_vma(LOG_INFO, vma_area)
-#define pr_msg_vma(vma_area) pr_vma(LOG_MSG, vma_area)
#define pr_vma_list(level, head) \
do { \
--
2.9.3
More information about the CRIU
mailing list