Remove unused alloca_strdup() define

This commit is contained in:
Panu Matilainen 2008-04-29 15:50:43 +03:00
parent 010706ecbd
commit 4bb802d6ae
1 changed files with 0 additions and 2 deletions

View File

@ -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)