From 8ab5d465e9828ddd2eab18413d781f981cca6c16 Mon Sep 17 00:00:00 2001 From: Tim Edwards Date: Sat, 25 Mar 2023 15:53:32 -0400 Subject: [PATCH] Removed an unused variable declaration. --- commands/CmdFI.c | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/CmdFI.c b/commands/CmdFI.c index 2a5b1cb5..76eb269f 100644 --- a/commands/CmdFI.c +++ b/commands/CmdFI.c @@ -1881,7 +1881,6 @@ flatCopyAllLabels(scx, lab, tpath, targetUse) unsigned short flags = 0; unsigned int port = 0; CellDef *def; - char labelname[1024]; char *n, *f, c; /* Ignore null labels */