diff options
Diffstat (limited to 'vendor/github.com/bytedance/sonic/internal/rt/fastmem.go')
| -rw-r--r-- | vendor/github.com/bytedance/sonic/internal/rt/fastmem.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vendor/github.com/bytedance/sonic/internal/rt/fastmem.go b/vendor/github.com/bytedance/sonic/internal/rt/fastmem.go index 358ce80ce..5bf80dd4e 100644 --- a/vendor/github.com/bytedance/sonic/internal/rt/fastmem.go +++ b/vendor/github.com/bytedance/sonic/internal/rt/fastmem.go @@ -87,7 +87,6 @@ func GuardSlice(buf *[]byte, n int) { copy(tmp, *buf) *buf = tmp } - return } //go:nosplit |
