diff mbox

[v1,6/7] tools/livepatch: Remove unused struct member

Message ID 1481559490-13844-7-git-send-email-ross.lagerwall@citrix.com (mailing list archive)
State New, archived
Headers show

Commit Message

Ross Lagerwall Dec. 12, 2016, 4:18 p.m. UTC
Signed-off-by: Ross Lagerwall <ross.lagerwall@citrix.com>
---
 tools/misc/xen-livepatch.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Wei Liu Dec. 12, 2016, 5:03 p.m. UTC | #1
On Mon, Dec 12, 2016 at 04:18:09PM +0000, Ross Lagerwall wrote:
> Signed-off-by: Ross Lagerwall <ross.lagerwall@citrix.com>

Acked-by: Wei Liu <wei.liu2@citrix.com>
Konrad Rzeszutek Wilk Dec. 12, 2016, 5:13 p.m. UTC | #2
On Mon, Dec 12, 2016 at 04:18:09PM +0000, Ross Lagerwall wrote:
> Signed-off-by: Ross Lagerwall <ross.lagerwall@citrix.com>

Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
> ---
>  tools/misc/xen-livepatch.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/tools/misc/xen-livepatch.c b/tools/misc/xen-livepatch.c
> index d683860..9633c4a 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,
> -- 
> 2.7.4
>
diff mbox

Patch

diff --git a/tools/misc/xen-livepatch.c b/tools/misc/xen-livepatch.c
index d683860..9633c4a 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,