From b817ca8cf7b91d4f08f11dcda1902be94544e046 Mon Sep 17 00:00:00 2001 From: rlar Date: Sat, 10 Jun 2017 09:45:36 +0200 Subject: [PATCH] device.c, #10/19, drop unused assignment to 'wl2' --- src/frontend/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/device.c b/src/frontend/device.c index a8449b766..658e848c4 100644 --- a/src/frontend/device.c +++ b/src/frontend/device.c @@ -1124,7 +1124,7 @@ com_alter_common(wordlist *wl, int do_model) /* DIE 2009_02_06 */ int i, wlen, maxelem = 3; - wordlist *wl2 = NULL, *wlin; + wordlist *wl2, *wlin; if (!ft_curckt) { fprintf(cp_err, "Error: no circuit loaded\n");