Skip to content

Commit a786a70

Browse files
committed
Fix unused variable 'bo' warning in cmd_iz function
1 parent 0ac3499 commit a786a70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libr/core/cmd_info.inc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1549,7 +1549,6 @@ static void cmd_iz(RCore *core, PJ *pj, int mode, int is_array, bool va, const c
15491549
filter.str_type = str_type_filter;
15501550
r_list_foreach (bfiles, iter, bf) {
15511551
core->bin->cur = bf;
1552-
RBinObject *bo = r_bin_cur_object (core->bin);
15531552
r_core_bin_info (core, R_CORE_BIN_ACC_STRINGS, pj, mode, va, &filter, NULL);
15541553
}
15551554
core->bin->cur = cur;

0 commit comments

Comments
 (0)