Browse Source

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

delete a useless variable
Sebastiaan van Stijn 9 years ago
parent
commit
a71033f8e5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      volume/drivers/adapter.go

+ 0 - 1
volume/drivers/adapter.go

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