Removed an unused variable declaration.
This commit is contained in:
parent
7b9809e567
commit
8ab5d465e9
|
|
@ -1881,7 +1881,6 @@ flatCopyAllLabels(scx, lab, tpath, targetUse)
|
||||||
unsigned short flags = 0;
|
unsigned short flags = 0;
|
||||||
unsigned int port = 0;
|
unsigned int port = 0;
|
||||||
CellDef *def;
|
CellDef *def;
|
||||||
char labelname[1024];
|
|
||||||
char *n, *f, c;
|
char *n, *f, c;
|
||||||
|
|
||||||
/* Ignore null labels */
|
/* Ignore null labels */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue