Merge pull request #1943 from nishanttotla/removing-dead-code

Deleting redundant code from volume.go
This commit is contained in:
Dongluo Chen 2016-03-11 13:44:48 -08:00
commit 957f81036b
1 changed files with 0 additions and 4 deletions

View File

@ -48,9 +48,5 @@ func (volumes Volumes) Get(name string) *Volume {
}
}
if len(candidates) == 1 {
return candidates[0]
}
return nil
}