migration: Drop dead code of ram_debug_dump_bitmap()
authorPeter Xu <peterx@redhat.com>
Tue, 7 Dec 2021 11:50:10 +0000 (19:50 +0800)
committerJuan Quintela <quintela@redhat.com>
Fri, 28 Jan 2022 14:38:23 +0000 (15:38 +0100)
commit53405ffb33e31c32725d7c463f07074d4f622677
treef8fc52b2876ba31d3bc21e2b7c3f24ee228a1a4e
parenta6d1223b4ae47e4d4642fce2ec504484a1355723
migration: Drop dead code of ram_debug_dump_bitmap()

I planned to add "#ifdef DEBUG_POSTCOPY" around the function too because
otherwise it'll be compiled into qemu binary even if it'll never be used.  Then
I found that maybe it's easier to just drop it for good..

Signed-off-by: Peter Xu <peterx@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
migration/ram.c
migration/ram.h