From 475dc6394f490fbb590e024d701f05bb1b6be6d5 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sun, 16 Oct 2022 15:28:59 +0900 Subject: [PATCH] internal/atlas: remove an unnecessary mutex Updates #2390 --- internal/atlas/image.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/atlas/image.go b/internal/atlas/image.go index ccd4a98a3..83004d5e3 100644 --- a/internal/atlas/image.go +++ b/internal/atlas/image.go @@ -35,8 +35,6 @@ type temporaryBytes struct { pixels []byte pos int notFullyUsedTime int - - m sync.Mutex } var theTemporaryBytes temporaryBytes