aboutsummaryrefslogtreecommitdiff
path: root/blake2s/blake2s_var.go
diff options
context:
space:
mode:
Diffstat (limited to 'blake2s/blake2s_var.go')
-rw-r--r--blake2s/blake2s_var.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/blake2s/blake2s_var.go b/blake2s/blake2s_var.go
deleted file mode 100644
index ecaddc5..0000000
--- a/blake2s/blake2s_var.go
+++ /dev/null
@@ -1,13 +0,0 @@
-// Copyright 2025 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-//go:build !amd64 && !386
-
-package blake2s
-
-var (
- useSSE4 = false
- useSSSE3 = false
- useSSE2 = false
-)