Why is this an issue?

A genvar that is unused should be removed.

How to fix it

Code examples

Noncompliant code example

module fly;
  genvar g; // Noncompliant
endmodule