X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Flock_file.c;h=bbfc8fc7cf4249089f4c0ae4c44dcc89d9c9cdb1;hb=57cd23b8807fa351800ba7277c5636a133241166;hp=af9b16d154d9b8dfe203acc42c15753f1f8f9300;hpb=2feddf90c47fe085edd6f6f4c7959d56a3a562f0;p=mmh diff --git a/sbr/lock_file.c b/sbr/lock_file.c index af9b16d..bbfc8fc 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) {