diff --git a/conf/cf-lex.l b/conf/cf-lex.l index ab7e6cef..81e3b6a2 100644 --- a/conf/cf-lex.l +++ b/conf/cf-lex.l @@ -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 -