From 48a2f4d6c567275b93f6d6ef7da555ab158b12d4 Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Tue, 11 May 2010 23:28:53 +0200 Subject: migration: Remove get_status() accessor It is only used inside migration.c, and fields on that struct are accessed all around the place on that file. Signed-off-by: Juan Quintela --- migration.h | 1 - 1 file changed, 1 deletion(-) (limited to 'migration.h') diff --git a/migration.h b/migration.h index 347f3217f1..6be3623baf 100644 --- a/migration.h +++ b/migration.h @@ -39,7 +39,6 @@ struct MigrationState int (*close)(MigrationState *s); int (*write)(MigrationState *s, const void *buff, size_t size); void (*cancel)(MigrationState *s); - int (*get_status)(MigrationState *s); void *opaque; int blk; int shared; -- cgit v1.2.3