mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
staticcheck: redundant return statement
This commit is contained in:
1
lib/cache/cache.go
vendored
1
lib/cache/cache.go
vendored
@@ -236,7 +236,6 @@ func (c *Cache) Clear() {
|
|||||||
delete(c.cache, key)
|
delete(c.cache, key)
|
||||||
}
|
}
|
||||||
c.mu.Unlock()
|
c.mu.Unlock()
|
||||||
return
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Entries returns the number of entries in the cache
|
// Entries returns the number of entries in the cache
|
||||||
|
|||||||
Reference in New Issue
Block a user