From 9b397725dac18e82153590ee8c7c0b0a3f0768e9 Mon Sep 17 00:00:00 2001 From: xgopilot Date: Fri, 17 Oct 2025 06:36:46 +0000 Subject: [PATCH] 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 --- runtime/internal/lib/internal/bytealg/bytealg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/internal/lib/internal/bytealg/bytealg.go b/runtime/internal/lib/internal/bytealg/bytealg.go index 8434073c..330c2bef 100644 --- a/runtime/internal/lib/internal/bytealg/bytealg.go +++ b/runtime/internal/lib/internal/bytealg/bytealg.go @@ -23,7 +23,7 @@ import ( "github.com/goplus/llgo/runtime/internal/runtime" ) -// llgo:skip init CompareString +// llgo:skip init type _bytealg struct{} func IndexByte(b []byte, ch byte) int {