mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Clean unused variables and fix typo
- Clean some unused variables - format code. - fix minor typo Signed-off-by: Zhang Wei <zhangwei555@huawei.com>
This commit is contained in:
parent
7cc56ec44f
commit
229e735837
1 changed files with 1 additions and 4 deletions
|
@ -128,14 +128,11 @@ type ipamData struct {
|
||||||
|
|
||||||
type driverTable map[string]*driverData
|
type driverTable map[string]*driverData
|
||||||
|
|
||||||
//type networkTable map[string]*network
|
|
||||||
//type endpointTable map[string]*endpoint
|
|
||||||
type ipamTable map[string]*ipamData
|
type ipamTable map[string]*ipamData
|
||||||
type sandboxTable map[string]*sandbox
|
type sandboxTable map[string]*sandbox
|
||||||
|
|
||||||
type controller struct {
|
type controller struct {
|
||||||
id string
|
id string
|
||||||
//networks networkTable
|
|
||||||
drivers driverTable
|
drivers driverTable
|
||||||
ipamDrivers ipamTable
|
ipamDrivers ipamTable
|
||||||
sandboxes sandboxTable
|
sandboxes sandboxTable
|
||||||
|
|
Loading…
Add table
Reference in a new issue