summaryrefslogtreecommitdiff
path: root/script-beta/parser
diff options
context:
space:
mode:
Diffstat (limited to 'script-beta/parser')
-rw-r--r--script-beta/parser/guide.lua8
1 files changed, 0 insertions, 8 deletions
diff --git a/script-beta/parser/guide.lua b/script-beta/parser/guide.lua
index 0b1f1a85..31e2b9d8 100644
--- a/script-beta/parser/guide.lua
+++ b/script-beta/parser/guide.lua
@@ -1766,14 +1766,6 @@ function m.searchSameFields(status, simple, mode)
if first.tag == '_ENV' then
-- 检查全局变量的分支情况,需要业务层传入 interface.global
m.checkSameSimpleInGlobal(status, simple[1], 1, queue)
- if first.ref then
- for _, ref in ipairs(first.ref) do
- queue[#queue+1] = {
- obj = ref,
- start = 1,
- }
- end
- end
else
simple.global = nil
tableInsert(simple, 1, 'l|_ENV')