Commit 63ccf14e authored by Kir Kolyshkin's avatar Kir Kolyshkin Committed by Andrei Vagin

criu/include/util.h: rm unused macro

This macro is not in use since mid-2012 (commit 4806e139
"protobuf: Convert vma_entry to PB format v3"), so I guess
it is about time to retire it.
Signed-off-by: 's avatarKir Kolyshkin <kir@openvz.org>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 8b745876
......@@ -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 { \
......
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