X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fscansbr.c;h=dd0e4989bb4379e17860f3bae69e53e65bd9d9a8;hb=5d43a99db70c12a673028c7758c20cbe3e13ef5f;hp=c5f032924e83d172eb669839fe73946f8db81ea2;hpb=2f689a1cb907a5de04e6d39ffd217a69af3216c7;p=mmh diff --git a/uip/scansbr.c b/uip/scansbr.c index c5f0329..dd0e498 100644 --- a/uip/scansbr.c +++ b/uip/scansbr.c @@ -2,8 +2,6 @@ /* * scansbr.c -- routines to help scan along... * - * $Id$ - * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for * complete copyright information. @@ -379,20 +377,6 @@ finished: return (state != FILEEOF ? SCNERR : encrypted ? SCNENC : SCNMSG); } - -/* - * Cheat: we are loaded with adrparse, which wants a routine called - * OfficialName(). We call adrparse:getm() with the correct arguments - * to prevent OfficialName() from being called. Hence, the following - * is to keep the loader happy. - */ -char * -OfficialName (char *name) -{ - return name; -} - - static int mh_fputs(char *s, FILE *stream) {