X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/2feddf90c47fe085edd6f6f4c7959d56a3a562f0..e4dc6d154b593b5fc0baa96091a2fbd4ec59ba89:/sbr/lock_file.c diff --git a/sbr/lock_file.c b/sbr/lock_file.c index af9b16d1..bbfc8fc7 100644 --- a/sbr/lock_file.c +++ b/sbr/lock_file.c @@ -586,10 +586,9 @@ timerOFF (int fd) static void alrmser (int sig) { - NMH_UNUSED (sig); - char *lockfile; struct lock *lp; + NMH_UNUSED (sig); /* update the ctime of all the lock files */ for (lp = l_top; lp; lp = lp->l_next) {