summaryrefslogtreecommitdiff
path: root/src/estream-printf.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2019-09-08 19:38:01 +0200
committerWerner Koch <wk@gnupg.org>2019-09-08 19:38:01 +0200
commitf7c24427329075adc98eb93d2abb12c087e0f9d2 (patch)
treef0cc70b8fdd8e96c71050f22e5abfdeeb1675259 /src/estream-printf.c
parentcb877252c4dc787755fb4e1ffc36757453af12eb (diff)
downloadlibgpg-error-f7c24427329075adc98eb93d2abb12c087e0f9d2.tar.gz
estream: Fix dead assigniment.
* src/estream-printf.c (pr_string): Here. -- GnuPG-bug-id: 4698 Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'src/estream-printf.c')
-rw-r--r--src/estream-printf.c1
1 files changed, 0 insertions, 1 deletions
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