mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
savevm: unexport qemu_ftell()
It was unused out of savevm.c. Signed-off-by: Juan Quintela <quintela@redhat.com>
This commit is contained in:
parent
29eee86f31
commit
3aee4be1de
2 changed files with 1 additions and 4 deletions
|
@ -230,7 +230,4 @@ static inline void qemu_get_sbe64s(QEMUFile *f, int64_t *pv)
|
|||
{
|
||||
qemu_get_be64s(f, (uint64_t *)pv);
|
||||
}
|
||||
|
||||
int64_t qemu_ftell(QEMUFile *f);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue