]> git.marmaro.de Git - mmh/blobdiff - uip/ali.c
Removed some dead code, all inside #if 0's. I tried to not remove
[mmh] / uip / ali.c
index e9a63fdacc2a0184554f492b61f09b632d561322..880fe2123e4ddbe79216bb06d6d461bf5ad99605 100644 (file)
--- a/uip/ali.c
+++ b/uip/ali.c
@@ -249,12 +249,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);