X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fscansbr.c;h=dd0e4989bb4379e17860f3bae69e53e65bd9d9a8;hp=04dc21528d1af0aa77b8f104023f984cf46545e8;hb=f6aa95b724fd8c791164abe7ee5468bf5c34f226;hpb=128545e06224233b7e91fc4c83f8830252fe16c9 diff --git a/uip/scansbr.c b/uip/scansbr.c index 04dc215..dd0e498 100644 --- a/uip/scansbr.c +++ b/uip/scansbr.c @@ -377,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) {