mirror of
https://github.com/clearlinux/libnetwork.git
synced 2026-08-19 12:26:15 +00:00
Docker GCCGO CI is causing compilation errors as the varibale is declared and not used.
Signed-off-by: Srini Brahmaroutu <srbrahma@us.ibm.com>
This commit is contained in:
@@ -101,7 +101,6 @@ func Fini(drv driverapi.Driver) {
|
||||
}
|
||||
|
||||
func (d *driver) configure() error {
|
||||
var onceDone bool
|
||||
var err error
|
||||
|
||||
if len(d.config) == 0 {
|
||||
@@ -109,8 +108,6 @@ func (d *driver) configure() error {
|
||||
}
|
||||
|
||||
d.Do(func() {
|
||||
onceDone = true
|
||||
|
||||
if ifaceName, ok := d.config[netlabel.OverlayBindInterface]; ok {
|
||||
d.ifaceName = ifaceName.(string)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user