forked from github/server
eliminate unused variables, fix CI build.
This commit is contained in:
parent
9394c4324e
commit
bde56aa1f8
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue