mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 06:05:27 +00:00
qemu: Hide qemuMigrationParamsNew
It is no longer used outside qemu_migration_params.c. Signed-off-by: Jiri Denemark <jdenemar@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
111debd61c
commit
0d9752e589
@ -44,7 +44,7 @@ struct _qemuMigrationParams {
|
||||
};
|
||||
|
||||
|
||||
qemuMigrationParamsPtr
|
||||
static qemuMigrationParamsPtr
|
||||
qemuMigrationParamsNew(void)
|
||||
{
|
||||
qemuMigrationParamsPtr params;
|
||||
|
@ -56,9 +56,6 @@ typedef enum {
|
||||
} qemuMigrationParty;
|
||||
|
||||
|
||||
qemuMigrationParamsPtr
|
||||
qemuMigrationParamsNew(void);
|
||||
|
||||
qemuMigrationParamsPtr
|
||||
qemuMigrationParamsFromFlags(virTypedParameterPtr params,
|
||||
int nparams,
|
||||
|
Loading…
Reference in New Issue
Block a user