mirror of
https://github.com/mii443/qemu.git
synced 2025-12-07 13:08:31 +00: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user