From 21f218753071248a33b0443e6dcf19b2aea2f9a6 Mon Sep 17 00:00:00 2001 From: rlar Date: Sun, 29 Oct 2017 20:07:15 +0100 Subject: [PATCH] numparam/xpressn.c, #5/5, drop unused assignment --- src/frontend/numparam/spicenum.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/frontend/numparam/spicenum.c b/src/frontend/numparam/spicenum.c index dccc0da73..615ff9658 100644 --- a/src/frontend/numparam/spicenum.c +++ b/src/frontend/numparam/spicenum.c @@ -784,7 +784,6 @@ nupa_copy(struct card *deck) dicoS->dyncategory[linenum] = c; } /* keep a local copy and mangle the string */ - ls = spice_dstring_length(&u); t = strdup(spice_dstring_value(&u)); if (t == NULL) {