[CRIU] [PATCH] restorer: Drop commented out code
Cyrill Gorcunov
gorcunov at openvz.org
Fri Jul 20 08:38:20 EDT 2012
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
restorer.c | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/restorer.c b/restorer.c
index dfea61a..abaf531 100644
--- a/restorer.c
+++ b/restorer.c
@@ -297,13 +297,6 @@ long __export_restore_task(struct task_restore_core_args *args)
restorer_set_logfd(args->logfd);
-#if 0
- write_hex_n((long)args);
- write_hex_n((long)args->mem_zone.heap);
- write_hex_n((long)core_entry);
- write_hex_n((long)vma_entry);
-#endif
-
for (vma_entry = args->self_vmas; vma_entry->start != 0; vma_entry++) {
if (!vma_entry_is(vma_entry, VMA_AREA_REGULAR))
continue;
--
1.7.7.6
More information about the CRIU
mailing list