#if 1 that creeped into cvs killed.
This commit is contained in:
parent
eeb05158ac
commit
489b6b5e00
1 changed files with 0 additions and 3 deletions
|
@ -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 a new issue