From: Thibault Godouet Date: Sun, 4 Nov 2001 18:57:58 +0000 (+0000) Subject: removed unused var a_pam_user X-Git-Tag: ver2_9_4~233 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=891073f3f9ea55498c183fbbeaf7d28b61cf0338;p=thirdparty%2Ffcron.git removed unused var a_pam_user --- diff --git a/job.c b/job.c index 5c369fb..3fbdf33 100644 --- a/job.c +++ b/job.c @@ -22,7 +22,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: job.c,v 1.45 2001-11-02 13:37:58 thib Exp $ */ + /* $Id: job.c,v 1.46 2001-11-04 18:57:58 thib Exp $ */ #include "fcron.h" @@ -83,7 +83,6 @@ change_user(struct CL *cl) #ifdef HAVE_LIBPAM int retcode = 0; const char * const * env; - char *a_pam_user; #endif /* First, restore umask to default */