]> git.ipfire.org Git - thirdparty/fcron.git/commitdiff
removed unused var a_pam_user
authorThibault Godouet <yo8192@users.noreply.github.com>
Sun, 4 Nov 2001 18:57:58 +0000 (18:57 +0000)
committerThibault Godouet <yo8192@users.noreply.github.com>
Sun, 4 Nov 2001 18:57:58 +0000 (18:57 +0000)
job.c

diff --git a/job.c b/job.c
index 5c369fb408ba5cfc8da1dd2263b569e1baed1151..3fbdf33b2cc195414740b25c4b37f1ea7bddfd19 100644 (file)
--- 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 */