use of new gds parser/driver

This commit is contained in:
Franck Wajsburt 2002-04-16 17:16:06 +00:00
parent d0868ec76e
commit 2096d094b6
1 changed files with 0 additions and 1 deletions

View File

@ -218,7 +218,6 @@ int main (argc, argv)
printf ("\to loading %s level of real layout : %s\n", one_level ? "one" : "all", source_name);
fflush (stdout);
rds_model = getrdsfig (source_name, one_level ? 'P' : 'A', 0);
}
else
{