From bcb80d3ff4a669d52d63950c8830427646c05884 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Sat, 5 Nov 2022 12:10:19 +0100 Subject: [chore] bump gruf/go-store to v2 (#953) * [chore] bump gruf/go-store to v2 * no more boobs --- vendor/github.com/golang/snappy/decode_asm.go | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 vendor/github.com/golang/snappy/decode_asm.go (limited to 'vendor/github.com/golang/snappy/decode_asm.go') diff --git a/vendor/github.com/golang/snappy/decode_asm.go b/vendor/github.com/golang/snappy/decode_asm.go deleted file mode 100644 index 7082b3491..000000000 --- a/vendor/github.com/golang/snappy/decode_asm.go +++ /dev/null @@ -1,15 +0,0 @@ -// Copyright 2016 The Snappy-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. - -// +build !appengine -// +build gc -// +build !noasm -// +build amd64 arm64 - -package snappy - -// decode has the same semantics as in decode_other.go. -// -//go:noescape -func decode(dst, src []byte) int -- cgit v1.2.3