A repeated port in a non-ANSI module/program/interface declaration is likely not intended and should be removed.
module fly(a, b, a); ... endmodule
module fly(a, b, c); ... endmodule