Remove unused alloca_strdup() define
This commit is contained in:
parent
010706ecbd
commit
4bb802d6ae
|
@ -14,8 +14,6 @@
|
|||
|
||||
#include "debug.h"
|
||||
|
||||
#define alloca_strdup(_s) strcpy(alloca(strlen(_s)+1), (_s))
|
||||
|
||||
int _noDirTokens = 0;
|
||||
|
||||
static int dncmp(const void * a, const void * b)
|
||||
|
|
Loading…
Reference in New Issue