From f7c24427329075adc98eb93d2abb12c087e0f9d2 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Sun, 8 Sep 2019 19:38:01 +0200 Subject: estream: Fix dead assigniment. * src/estream-printf.c (pr_string): Here. -- GnuPG-bug-id: 4698 Signed-off-by: Werner Koch --- src/estream-printf.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/estream-printf.c b/src/estream-printf.c index bce6147..fe25657 100644 --- a/src/estream-printf.c +++ b/src/estream-printf.c @@ -1204,7 +1204,6 @@ pr_string (estream_printf_out_t outfnc, void *outfncarg, if (arg->vt != VALTYPE_STRING) return -1; - string = value.a_string; if (sf) string = sf (value.a_string, string_no, sfvalue); else -- cgit v1.2.3