From 489b6b5e003f4a8a7856688ab0372b2ca59c84d9 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Fri, 15 Jan 1999 16:13:51 +0000 Subject: #if 1 that creeped into cvs killed. --- conf/cf-lex.l | 3 --- 1 file changed, 3 deletions(-) (limited to 'conf/cf-lex.l') 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 - -- cgit v1.2.3