X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/4c436246f048635446353dadaa68174445c58160..d7e260c9a302e465a2c40e75ff8bd506768a7dbf:/uip/mhparse.c diff --git a/uip/mhparse.c b/uip/mhparse.c index 688aba18..444bf7d5 100644 --- a/uip/mhparse.c +++ b/uip/mhparse.c @@ -181,19 +181,6 @@ struct str2init str2methods[] = { }; -int -pidcheck (int status) -{ - if ((status & 0xff00) == 0xff00 || (status & 0x007f) != SIGQUIT) - return status; - - fflush (stdout); - fflush (stderr); - done (1); - return 1; -} - - /* * Main entry point for parsing a MIME message or file. * It returns the Content structure for the top level