summaryrefslogtreecommitdiff
path: root/qemu-file.h
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2012-08-29 19:04:47 +0200
committerJuan Quintela <quintela@redhat.com>2012-10-17 18:34:59 +0200
commite5ae97cee4c0ecd252991aa868c6e233ef8c8f35 (patch)
treefc60b4dd1face299a58481fffa51cf2dff8ad793 /qemu-file.h
parente398d61b4777125f32a99fa49519c5edbb00809b (diff)
downloadqemu-e5ae97cee4c0ecd252991aa868c6e233ef8c8f35.tar.gz
savevm: Remove qemu_fseek()
It has no users, and is only half implemented. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'qemu-file.h')
-rw-r--r--qemu-file.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/qemu-file.h b/qemu-file.h
index d8487cd881..7fe7274d1f 100644
--- a/qemu-file.h
+++ b/qemu-file.h
@@ -232,6 +232,5 @@ static inline void qemu_get_sbe64s(QEMUFile *f, int64_t *pv)
}
int64_t qemu_ftell(QEMUFile *f);
-int64_t qemu_fseek(QEMUFile *f, int64_t pos, int whence);
#endif