summaryrefslogtreecommitdiff
path: root/vendor/github.com/goccy/go-json/internal/encoder/map112.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/goccy/go-json/internal/encoder/map112.go')
-rw-r--r--vendor/github.com/goccy/go-json/internal/encoder/map112.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/vendor/github.com/goccy/go-json/internal/encoder/map112.go b/vendor/github.com/goccy/go-json/internal/encoder/map112.go
deleted file mode 100644
index 31858d000..000000000
--- a/vendor/github.com/goccy/go-json/internal/encoder/map112.go
+++ /dev/null
@@ -1,8 +0,0 @@
-// +build !go1.13
-
-package encoder
-
-import "unsafe"
-
-//go:linkname MapIterValue reflect.mapitervalue
-func MapIterValue(it unsafe.Pointer) unsafe.Pointer