From a6d1223b4ae47e4d4642fce2ec504484a1355723 Mon Sep 17 00:00:00 2001 From: Xu Zheng Date: Mon, 17 Jan 2022 10:30:03 +0800 Subject: migration/ram: clean up unused comment. Just a removal of an unused comment. a0a8aa147aa did many fixes and removed the parameter named "ms", but forget to remove the corresponding comment in function named "ram_save_host_page". Signed-off-by: Xu Zheng Signed-off-by: Mao Zhongyi Signed-off-by: Juan Quintela Reviewed-by: Juan Quintela --- migration/ram.c | 1 - 1 file changed, 1 deletion(-) (limited to 'migration') diff --git a/migration/ram.c b/migration/ram.c index e9dcd3c..b4477b8 100644 --- a/migration/ram.c +++ b/migration/ram.c @@ -2179,7 +2179,6 @@ static int ram_save_target_page(RAMState *rs, PageSearchStatus *pss) * Returns the number of pages written or negative on error * * @rs: current RAM state - * @ms: current migration state * @pss: data about the page we want to send */ static int ram_save_host_page(RAMState *rs, PageSearchStatus *pss) -- cgit v1.1