]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
rv/rvgen: remove unused sys import from dot2c
authorWander Lairson Costa <wander@redhat.com>
Mon, 23 Feb 2026 16:17:55 +0000 (13:17 -0300)
committerGabriele Monaco <gmonaco@redhat.com>
Wed, 1 Apr 2026 08:16:19 +0000 (10:16 +0200)
commit0f57f9ad9fbef9a51438ca4153a4059d8169fc1e
tree3f9946b6c679e742e5aa0dba0e5c53e8327bac2b
parent0c25d8c8dcdde32db8f8c0c3a42c7e8ff2803a0f
rv/rvgen: remove unused sys import from dot2c

The sys module was imported in the dot2c frontend script but never
used. This import was likely left over from earlier development or
copied from a template that required sys for exit handling.

Remove the unused import to clean up the code and satisfy linters
that flag unused imports as errors.

Signed-off-by: Wander Lairson Costa <wander@redhat.com>
Reviewed-by: Gabriele Monaco <gmonaco@redhat.com>
Link: https://lore.kernel.org/r/20260223162407.147003-13-wander@redhat.com
Signed-off-by: Gabriele Monaco <gmonaco@redhat.com>
tools/verification/rvgen/dot2c