'notdef' means it's not used, so we remove it

This commit is contained in:
wmoxam
2019-10-13 23:33:24 -04:00
committed by Jon Trulson
parent de81a5b518
commit ab741a1241
15 changed files with 0 additions and 327 deletions

View File

@@ -624,17 +624,6 @@ donothing(int sig)
pam_end(pamh, PAM_ABORT);
}
#ifdef notdef
static int intrupt;
/*ARGSUSED*/
static void
catch(int sig)
{
++intrupt;
}
#endif
/*
* *** Bad login logging support ***
*/