eliminate unused variables, fix CI build.

This commit is contained in:
Enno Rehling 2014-12-09 06:46:45 +01:00
parent 9394c4324e
commit bde56aa1f8
1 changed files with 0 additions and 4 deletions

View File

@ -1092,10 +1092,6 @@ void freestrlist(strlist * s)
} }
/* - Namen der Strukturen -------------------------------------- */ /* - Namen der Strukturen -------------------------------------- */
typedef char name[OBJECTIDSIZE + 1];
static name idbuf[8];
static int nextbuf = 0;
char *untilde(char *ibuf) char *untilde(char *ibuf)
{ {
char *p = ibuf; char *p = ibuf;