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:
Zhang Wei 2015-10-25 21:16:09 +08:00
parent 7cc56ec44f
commit 229e735837
1 changed files with 1 additions and 4 deletions

View File

@ -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