From 42fa38a7be96f3fe2e852f018f4700518fbd759f Mon Sep 17 00:00:00 2001 From: thib Date: Sun, 4 Nov 2001 18:57:58 +0000 Subject: [PATCH] removed unused var a_pam_user --- job.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 */ -- 2.50.0