cmd: remove a bit of unused stuff

This commit is contained in:
ftrvxmtrx 2016-11-17 02:59:40 +01:00
parent c0d0f86b14
commit 0930f44feb
38 changed files with 8 additions and 732 deletions

View file

@ -144,7 +144,7 @@ char*
getline(void)
{
static int n = 0;
static char *s, *incl;
static char *s;
int c, i;
i = 0;