[lxc-devel] [lxd/master] remove unused field from finger cmd

tych0 on Github lxc-bot at linuxcontainers.org
Fri Jul 1 15:08:08 UTC 2016


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 377 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20160701/78758089/attachment.bin>
-------------- next part --------------
From 61151019de0578c52cdad59c51e51ed8aa405260 Mon Sep 17 00:00:00 2001
From: Tycho Andersen <tycho.andersen at canonical.com>
Date: Fri, 1 Jul 2016 08:55:17 -0600
Subject: [PATCH] remove unused field from finger cmd

Closes #2170

Signed-off-by: Tycho Andersen <tycho.andersen at canonical.com>
---
 lxc/finger.go | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/lxc/finger.go b/lxc/finger.go
index 3fea385..2f0749f 100644
--- a/lxc/finger.go
+++ b/lxc/finger.go
@@ -5,9 +5,7 @@ import (
 	"github.com/lxc/lxd/shared/i18n"
 )
 
-type fingerCmd struct {
-	httpAddr string
-}
+type fingerCmd struct{}
 
 func (c *fingerCmd) showByDefault() bool {
 	return false


More information about the lxc-devel mailing list