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
@ -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…
Reference in New Issue
Block a user