aboutsummaryrefslogtreecommitdiffstats
path: root/cache/bug_cache.go
diff options
context:
space:
mode:
Diffstat (limited to 'cache/bug_cache.go')
-rw-r--r--cache/bug_cache.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/cache/bug_cache.go b/cache/bug_cache.go
index 8365b3f9..ca526f7b 100644
--- a/cache/bug_cache.go
+++ b/cache/bug_cache.go
@@ -37,8 +37,6 @@ func (c *BugCache) Snapshot() *bug.Snapshot {
}
func (c *BugCache) Id() entity.Id {
- c.mu.RLock()
- defer c.mu.RUnlock()
return c.bug.Id()
}