From 767de722589c1e6e6926a421d1a8e110ad9b059f Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Tue, 11 May 2010 23:38:23 +0200 Subject: migration: Remove migration cancel() callback It is used only in one place 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 6be3623..e1299b9 100644 --- a/migration.h +++ b/migration.h @@ -38,7 +38,6 @@ struct MigrationState int (*get_error)(MigrationState *s); int (*close)(MigrationState *s); int (*write)(MigrationState *s, const void *buff, size_t size); - void (*cancel)(MigrationState *s); void *opaque; int blk; int shared; -- cgit v1.1