Merge pull request #25210 from miaoyq/delete-a-useless-variable

delete a useless variable
This commit is contained in:
Sebastiaan van Stijn 2016-07-29 16:05:39 +02:00 committed by GitHub
commit a71033f8e5

View file

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