aboutsummaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2026-01-02 15:15:21 +0100
committerDmitry Vyukov <dvyukov@google.com>2026-01-02 15:27:58 +0000
commit5cdbe12ef7ec1ee2d99c5430924aab23c0fea503 (patch)
tree58f2b79f952a7feaa507eb015eab4a1eb253ab70 /sys
parenta10c0112aec1525f7ca5f74716fc5f0552e2d05e (diff)
all: remove unused nolint directives
Diffstat (limited to 'sys')
-rw-r--r--sys/targets/targets.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/targets/targets.go b/sys/targets/targets.go
index a076d2710..165f4a5d8 100644
--- a/sys/targets/targets.go
+++ b/sys/targets/targets.go
@@ -187,7 +187,6 @@ func GetEx(OS, arch string, clang bool) *Target {
return target.other
}
-// nolint: lll
var List = map[string]map[string]*Target{
TestOS: {
TestArch64: {