mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-09 12:48:43 +00:00
#if 1 that creeped into cvs killed.
This commit is contained in:
parent
eeb05158ac
commit
489b6b5e00
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user