Deleting redundant code from volume.go

Signed-off-by: Nishant Totla <nishanttotla@gmail.com>
This commit is contained in:
Nishant Totla 2016-03-10 14:14:28 -08:00
parent ba31ab2d4b
commit 8cbffa9492
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
}