remove duplicated assginment.

Signed-off-by: CuiHaozhi <61755280@qq.com>
This commit is contained in:
CuiHaozhi
2018-07-05 09:21:09 +08:00
parent 696b1f9ab1
commit dc899ac0e0

View File

@ -138,7 +138,6 @@ func cmdAdd(args *skel.CmdArgs) error {
Gateway: v.Gateway}) Gateway: v.Gateway})
} }
result.Routes = ipamConf.Routes
return types.PrintResult(result, confVersion) return types.PrintResult(result, confVersion)
} }