Removed some dead code, all inside #if 0's. I tried to not remove
[mmh] / sbr / lock_file.c
index d378749..bbfc8fc 100644 (file)
@@ -588,6 +588,7 @@ alrmser (int 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) {