mirror of
https://github.com/mii443/qemu.git
synced 2025-09-01 22:59:29 +00:00
migration: Remove unused functions
migrate_rdma_pin_all() and qsb_clone() are completely unused and thus can be deleted. Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com> Cc: Juan Quintela <quintela@redhat.com> Cc: Amit Shah <amit.shah@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com>
This commit is contained in:
committed by
Juan Quintela
parent
f54a235f9b
commit
21cb4924f7
@ -133,7 +133,6 @@ bool qemu_file_mode_is_not_valid(const char *mode);
|
||||
bool qemu_file_is_writable(QEMUFile *f);
|
||||
|
||||
QEMUSizedBuffer *qsb_create(const uint8_t *buffer, size_t len);
|
||||
QEMUSizedBuffer *qsb_clone(const QEMUSizedBuffer *);
|
||||
void qsb_free(QEMUSizedBuffer *);
|
||||
size_t qsb_set_length(QEMUSizedBuffer *qsb, size_t length);
|
||||
size_t qsb_get_length(const QEMUSizedBuffer *qsb);
|
||||
|
Reference in New Issue
Block a user