From 8db41da676ac8368ef7c2549d56239a5ff5eedde Mon Sep 17 00:00:00 2001 From: Rutger Broekhoff Date: Tue, 2 Jan 2024 18:56:31 +0100 Subject: Delete vendor directory --- vendor/github.com/minio/md5-simd/md5-server_fallback.go | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 vendor/github.com/minio/md5-simd/md5-server_fallback.go (limited to 'vendor/github.com/minio/md5-simd/md5-server_fallback.go') diff --git a/vendor/github.com/minio/md5-simd/md5-server_fallback.go b/vendor/github.com/minio/md5-simd/md5-server_fallback.go deleted file mode 100644 index 7814dad..0000000 --- a/vendor/github.com/minio/md5-simd/md5-server_fallback.go +++ /dev/null @@ -1,12 +0,0 @@ -//+build !amd64 appengine !gc noasm - -// Copyright (c) 2020 MinIO Inc. All rights reserved. -// Use of this source code is governed by a license that can be -// found in the LICENSE file. - -package md5simd - -// NewServer - Create new object for parallel processing handling -func NewServer() *fallbackServer { - return &fallbackServer{} -} -- cgit v1.2.3