0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-18 19:35:20 +00:00

#if 1 that creeped into cvs killed.

This commit is contained in:
Pavel Machek 1999-01-15 16:13:51 +00:00
parent eeb05158ac
commit 489b6b5e00

View File

@ -245,7 +245,6 @@ cf_allocate(void)
cfg_mem = lp_new(cfg_pool, 1024);
}
#if 1
char *
cfg_strdup(char *c)
{
@ -254,5 +253,3 @@ cfg_strdup(char *c)
memcpy(z, c, l);
return z;
}
#endif