Browse Source

Remove invalid check.

pre-master-46
Brian Taylor 4 years ago
committed by Holger Vogt
parent
commit
648218d5a8
  1. 1
      src/frontend/udevices.c

1
src/frontend/udevices.c

@ -1968,7 +1968,6 @@ static Xlatorp gen_compound_instance(struct compound_instance *compi)
*/ */
tfree(connector[i]); tfree(connector[i]);
connector[i] = tprintf("%s", tmp); connector[i] = tprintf("%s", tmp);
check_name_unused(connector[i]);
} }
} }
/* .model statement for the input gates */ /* .model statement for the input gates */

Loading…
Cancel
Save