Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
trufae committed May 6, 2018
1 parent 3ae2485 commit e508ad7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/io_frida.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,6 @@ static const unsigned char r_io_frida_agent_code[] = {
, 0x00
};

static RCore *get_r_core_main_instance() {
RCons * cons = r_cons_singleton ();
if (cons && cons->line > (void*)1) {
return (RCore*) cons->line->user;
}
return NULL;
}

static RIOFrida *r_io_frida_new(RIO *io) {
RIOFrida *rf = R_NEW0 (RIOFrida);
if (!rf) {
Expand Down

0 comments on commit e508ad7

Please sign in to comment.