Unverified Commit b8ed4e9a authored by Dylan Reid's avatar Dylan Reid Committed by GitHub
Browse files

v_ext_macros: Drop index from `VI_ELEMENT_SKIP` (#1151)



If a variable other than `i` is passed as `inx`, `VI_LOOP_ELEMENT_SKIP`
will still check `i` in the `else` case, ignoring `inx`.

Since `i` is the only value ever passed, drop the argument to avoid any
future confusion.

Signed-off-by: default avatarDylan Reid <dgreid@rivosinc.com>

Signed-off-by: default avatarDylan Reid <dgreid@rivosinc.com>
parent 0e6c3960
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment