From 01b68655d8030d354c6a40fece8a269b3df31323 Mon Sep 17 00:00:00 2001 From: Alexis Ehret <08a@riseup.net> Date: Mon, 1 Feb 2021 22:07:49 +0100 Subject: [PATCH] Fix dead nested assignment librz/core/cmd_print.c --- librz/core/cmd_print.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/librz/core/cmd_print.c b/librz/core/cmd_print.c index 9e04ff5d82..f04e362f95 100644 --- a/librz/core/cmd_print.c +++ b/librz/core/cmd_print.c @@ -4806,11 +4806,11 @@ RZ_IPI int rz_cmd_print(void *data, const char *input) { int i, len, ret; ut8 *block; ut32 tbs = core->blocksize; - ut64 n, off, from, to, at, ate, piece; + ut64 n, off, from, to; ut64 tmpseek = UT64_MAX; const size_t addrbytes = core->io->addrbytes; - i = l = len = ret = 0; - n = off = from = to = at = ate = piece = 0; + ret = 0; + to = 0; PJ *pj = NULL; rz_print_init_rowoffsets(core->print);