Skip to content

Commit

Permalink
Delete no longer used function
Browse files Browse the repository at this point in the history
  • Loading branch information
jalvesaq committed Jan 28, 2018
1 parent 454b210 commit 41459c1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions R/nvimcom/src/nvimcom.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,6 @@ char *nvimcom_grow_obbrbuf()
return(obbrbuf2 + strlen(obbrbuf2));
}

static void nvimcom_del_newline(char *buf)
{
for(int i = 0; i < strlen(buf); i++)
if(buf[i] == '\n'){
buf[i] = 0;
break;
}
}

static void nvimcom_set_finalmsg(const char *msg, char *finalmsg)
{
// Prefix NVIMR_SECRET to msg to increase security
Expand Down

0 comments on commit 41459c1

Please sign in to comment.