Skip to content

Commit

Permalink
Delete unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
satk0 committed Aug 1, 2024
1 parent 040c7cf commit c2d8da4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libr/core/cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -2522,7 +2522,6 @@ static int cmd_kuery(void *data, const char *input) {
RLine *line = core->cons->line;
if (!line->sdbshell_hist) {
line->sdbshell_hist = r_list_newf (free);
r_list_append (line->sdbshell_hist, strdup ("\0"));
}
RList *sdb_hist = line->sdbshell_hist;
r_line_set_hist_callback (line, &r_line_hist_sdb_up, &r_line_hist_sdb_down);
Expand Down

0 comments on commit c2d8da4

Please sign in to comment.