summaryrefslogtreecommitdiff
path: root/vendor/github.com/bytedance/sonic/ast/stubs.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/bytedance/sonic/ast/stubs.go')
-rw-r--r--vendor/github.com/bytedance/sonic/ast/stubs.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/vendor/github.com/bytedance/sonic/ast/stubs.go b/vendor/github.com/bytedance/sonic/ast/stubs.go
index 9991cc89e..6ba1d7eba 100644
--- a/vendor/github.com/bytedance/sonic/ast/stubs.go
+++ b/vendor/github.com/bytedance/sonic/ast/stubs.go
@@ -26,6 +26,3 @@ import (
func mem2ptr(s []byte) unsafe.Pointer {
return (*rt.GoSlice)(unsafe.Pointer(&s)).Ptr
}
-
-//go:linkname unquoteBytes encoding/json.unquoteBytes
-func unquoteBytes(s []byte) (t []byte, ok bool)