X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/740e258c5622dfe9a98a474647d8ddc164109b2f..79e665fc9bdaa67a9cd2dfd02bd4494bbec7cc2d:/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) {