From 8f586f4fe38265bb44fc228da3722b41535ae0a4 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Tue, 9 Nov 1999 18:05:49 +0000 Subject: [PATCH] remove case for not having cgetent, since it's in roken git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7338 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/login/conf.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/appl/login/conf.c b/appl/login/conf.c index 139ec10cc..7c0906a4a 100644 --- a/appl/login/conf.c +++ b/appl/login/conf.c @@ -34,7 +34,6 @@ RCSID("$Id$"); -#ifdef HAVE_CGETENT static char *confbuf; static int @@ -54,13 +53,3 @@ login_conf_get_string(const char *str) return NULL; return value; } - -#else - -char * -login_conf_get_string(const char *str) -{ - return NULL; -} - -#endif