Remove shadowed variable
Some checks are pending
Analysis / Run Luau Analyze (push) Waiting to run
Unit Testing / Run Luau Tests (push) Waiting to run

This commit is contained in:
Ukendio 2024-12-26 01:16:20 +01:00
parent 1ae0587b54
commit bfce07c881

View file

@ -1603,7 +1603,6 @@ local function query_cached(query: QueryInner)
local compatible_archetypes = query.compatible_archetypes
local lastArchetype = 1
local ids = query.ids
local A, B, C, D, E, F, G, H, I = unpack(ids)
local a: Column, b: Column, c: Column, d: Column
local e: Column, f: Column, g: Column, h: Column