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 networkTable map[string]*network
|
||||
//type endpointTable map[string]*endpoint
|
||||
type ipamTable map[string]*ipamData
|
||||
type sandboxTable map[string]*sandbox
|
||||
|
||||
type controller struct {
|
||||
id string
|
||||
//networks networkTable
|
||||
id string
|
||||
drivers driverTable
|
||||
ipamDrivers ipamTable
|
||||
sandboxes sandboxTable
|
||||
|
|
Loading…
Add table
Reference in a new issue