From ae7173ad9d7f971813a04c70a3b2a10ef907c96f Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Tue, 13 May 2003 15:04:21 +0000 Subject: [PATCH] Remove unused variables git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@508 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/findlib/.cvsignore | 2 ++ bacula/src/lib/util.c | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bacula/src/findlib/.cvsignore b/bacula/src/findlib/.cvsignore index f3c7a7c5da..43835edd4f 100644 --- a/bacula/src/findlib/.cvsignore +++ b/bacula/src/findlib/.cvsignore @@ -1 +1,3 @@ Makefile +1 +2 diff --git a/bacula/src/lib/util.c b/bacula/src/lib/util.c index 4b46b247c0..78fc37c143 100644 --- a/bacula/src/lib/util.c +++ b/bacula/src/lib/util.c @@ -398,7 +398,6 @@ int do_shell_expansion(char *name) int pid, wpid, stat; int waitstatus; char *shellcmd; - void (*istat)(int), (*qstat)(int); int i; char echout[PATH_MAX + 256]; int pfd[2]; -- 2.39.5