X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/f5d8200783f132f760b2ecda6358cdc0180f677b..305304bcc8a55a2faea31c551ccc66d984e63bd1:/uip/scansbr.c diff --git a/uip/scansbr.c b/uip/scansbr.c index 1f2785a0..3d66bcf5 100644 --- a/uip/scansbr.c +++ b/uip/scansbr.c @@ -361,19 +361,6 @@ finished: } -/* - * 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) {