1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

delete a useless variable

Signed-off-by: Yanqiang Miao <miao.yanqiang@zte.com.cn>
This commit is contained in:
Yanqiang Miao 2016-07-29 15:34:21 +08:00
parent 3d42bf5f12
commit 87cada6d7f

View file

@ -9,7 +9,6 @@ import (
)
var (
errInvalidScope = errors.New("invalid scope")
errNoSuchVolume = errors.New("no such volume")
)