cmd: remove a bit of unused stuff
This commit is contained in:
parent
c0d0f86b14
commit
0930f44feb
38 changed files with 8 additions and 732 deletions
|
@ -144,7 +144,7 @@ char*
|
|||
getline(void)
|
||||
{
|
||||
static int n = 0;
|
||||
static char *s, *incl;
|
||||
static char *s;
|
||||
int c, i;
|
||||
|
||||
i = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue