summaryrefslogtreecommitdiffstats
path: root/conf/cf-lex.l
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>1999-01-15 17:13:51 +0100
committerPavel Machek <pavel@ucw.cz>1999-01-15 17:13:51 +0100
commit489b6b5e003f4a8a7856688ab0372b2ca59c84d9 (patch)
treefc44336d5778ff426e3d8d281633883fbb6394ee /conf/cf-lex.l
parenteeb05158acd0cb8def7aa155c2c718f608e6a5ae (diff)
downloadbird-489b6b5e003f4a8a7856688ab0372b2ca59c84d9.tar
bird-489b6b5e003f4a8a7856688ab0372b2ca59c84d9.zip
#if 1 that creeped into cvs killed.
Diffstat (limited to 'conf/cf-lex.l')
-rw-r--r--conf/cf-lex.l3
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/cf-lex.l b/conf/cf-lex.l
index ab7e6ce..81e3b6a 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
-