summaryrefslogtreecommitdiff
path: root/vendor/github.com/ugorji/go/codec/goversion_noswissmap_unsafe.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/ugorji/go/codec/goversion_noswissmap_unsafe.go')
-rw-r--r--vendor/github.com/ugorji/go/codec/goversion_noswissmap_unsafe.go16
1 files changed, 0 insertions, 16 deletions
diff --git a/vendor/github.com/ugorji/go/codec/goversion_noswissmap_unsafe.go b/vendor/github.com/ugorji/go/codec/goversion_noswissmap_unsafe.go
deleted file mode 100644
index ca61f6f08..000000000
--- a/vendor/github.com/ugorji/go/codec/goversion_noswissmap_unsafe.go
+++ /dev/null
@@ -1,16 +0,0 @@
-// Copyright (c) 2012-2020 Ugorji Nwoke. All rights reserved.
-// Use of this source code is governed by a MIT license found in the LICENSE file.
-
-//go:build !safe && !codec.safe && !appengine && !go1.24
-
-package codec
-
-import "unsafe"
-
-// retrofited from hIter struct
-
-type unsafeMapIterPadding struct {
- _ [6]unsafe.Pointer // padding: *maptype, *hmap, buckets, *bmap, overflow, oldoverflow,
- _ [4]uintptr // padding: uintptr, uint8, bool fields
- _ uintptr // padding: wasted (try to fill cache-line at multiple of 4)
-}