static-delta: remove unused struct

Closes: #418
Approved by: cgwalters
This commit is contained in:
Jonathan Lebon 2016-07-29 12:31:42 -04:00 committed by Atomic Bot
parent e9f08d45f7
commit 1db0c8dcd6
1 changed files with 0 additions and 5 deletions

View File

@ -87,11 +87,6 @@ typedef gboolean (*DispatchOpFunc) (OstreeRepo *repo,
GCancellable *cancellable,
GError **error);
typedef struct {
const char *name;
DispatchOpFunc func;
} OstreeStaticDeltaOperation;
#define OPPROTO(name) \
static gboolean dispatch_##name (OstreeRepo *repo, \
StaticDeltaExecutionState *state, \