From 0017212067d3e26da255ce710c06530043ed6648 Mon Sep 17 00:00:00 2001 From: feistel <6742251-feistel@users.noreply.gitlab.com> Date: Wed, 18 Aug 2021 15:22:34 +0000 Subject: refactor: remove unused mutex --- internal/source/gitlab/gitlab.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/source/gitlab/gitlab.go b/internal/source/gitlab/gitlab.go index b9291b59..b79b434f 100644 --- a/internal/source/gitlab/gitlab.go +++ b/internal/source/gitlab/gitlab.go @@ -7,7 +7,6 @@ import ( "path" "sort" "strings" - "sync" "gitlab.com/gitlab-org/labkit/log" @@ -24,7 +23,6 @@ import ( // information about domains from GitLab instance. type Gitlab struct { client api.Resolver - mu sync.RWMutex enableDisk bool } -- cgit v1.2.3