]> git.marmaro.de Git - mmh/blobdiff - uip/ali.c
Removed the -header option from scan(1).
[mmh] / uip / ali.c
index e07c847b0a990b656777db5b84231bec54855d85..3d450d7244f5d603ebf42df1bd6d05b2a9d9aa53 100644 (file)
--- a/uip/ali.c
+++ b/uip/ali.c
@@ -244,12 +244,7 @@ print_usr(char *s, int list, int norm)
        }
        mnfree(mp);
 
-#if 0
-       printf("%s: ", s);
-       print_aka(vp ? vp : s, list, pos += strlen(s) + 1);
-#else
        print_aka(vp ? vp : s, list, 0);
-#endif
 
        if (vp)
                free(vp);