Message ID | 1481701920-13758-7-git-send-email-ross.lagerwall@citrix.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/tools/misc/xen-livepatch.c b/tools/misc/xen-livepatch.c index 4ebe95e..fd2f968 100644 --- a/tools/misc/xen-livepatch.c +++ b/tools/misc/xen-livepatch.c @@ -238,7 +238,6 @@ struct { const char *name; const char *verb; int (*function)(xc_interface *xch, char *name, uint32_t timeout); - unsigned int executed; /* Has the function been called?. */ } action_options[] = { { .allow = LIVEPATCH_STATE_CHECKED, .expected = LIVEPATCH_STATE_APPLIED,