This commit is contained in:
Chris Lu
2018-10-14 00:30:20 -07:00
parent 249eeccf32
commit 91ac2e0dd9
7 changed files with 11 additions and 12 deletions

View File

@@ -66,7 +66,6 @@ func (vc *vidMap) LookupVolumeServer(fileId string) (volumeServer string, err er
return serverUrl, nil
}
func (vc *vidMap) GetLocations(vid uint32) (locations []Location) {
vc.RLock()
defer vc.RUnlock()