On 6/7/23 12:29, Laszlo Ersek wrote:
The only migrate_fd_error() call sites are in "migration/migration.c",
which is also where we define migrate_fd_error(). Make the function
static, and remove its declaration from "migration/migration.h".
Cc: Juan Quintela <[email protected]> (maintainer:Migration)
Cc: Leonardo Bras <[email protected]> (reviewer:Migration)
Cc: Peter Xu <[email protected]> (reviewer:Migration)
Cc: [email protected]
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2018404
Signed-off-by: Laszlo Ersek <[email protected]>
---
migration/migration.h | 1 -
migration/migration.c | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>