mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-03 20:22:38 +00:00
Removed a really meaningless piece of code (#11861)
This commit is contained in:
parent
856f8bcc8e
commit
297b097827
@ -1697,7 +1697,6 @@ beach:
|
||||
r_list_join (args, regs);
|
||||
r_list_foreach (args, iter, var) {
|
||||
ds_begin_json_line (ds);
|
||||
char *tmp;
|
||||
int idx;
|
||||
RAnal *anal = ds->core->anal;
|
||||
memset (spaces, ' ', sizeof(spaces));
|
||||
@ -1708,10 +1707,6 @@ beach:
|
||||
spaces[idx] = 0;
|
||||
ds_pre_xrefs (ds, false);
|
||||
|
||||
tmp = ds->line;
|
||||
ds->line = ds->refline2;
|
||||
ds->line = tmp;
|
||||
|
||||
if (ds->show_flgoff) {
|
||||
ds_print_offset (ds);
|
||||
r_cons_printf (" ");
|
||||
|
Loading…
x
Reference in New Issue
Block a user