Remove redundant CompareString from llgo:skip directive

The CompareString in the llgo:skip directive is redundant because
the overlay mechanism automatically handles symbol skipping when
an overlay package defines a symbol.

Generated with [codeagent](https://github.com/qbox/codeagent)
Co-authored-by: luoliwoshang <luoliwoshang@users.noreply.github.com>
This commit is contained in:
xgopilot
2025-10-17 06:36:46 +00:00
parent d2a22252c2
commit 9b397725da

View File

@@ -23,7 +23,7 @@ import (
"github.com/goplus/llgo/runtime/internal/runtime" "github.com/goplus/llgo/runtime/internal/runtime"
) )
// llgo:skip init CompareString // llgo:skip init
type _bytealg struct{} type _bytealg struct{}
func IndexByte(b []byte, ch byte) int { func IndexByte(b []byte, ch byte) int {