]> diplodocus.org Git - nmh/blobdiff - sbr/addrsbr.c
More man page minor fixup.
[nmh] / sbr / addrsbr.c
index ce14394ec27df5ba9df38b33a4da1f1dde11ed2f..e5b2052004f74c143915e1d9899ac237569c8e28 100644 (file)
@@ -274,24 +274,6 @@ auxformat (struct mailname *mp, int extras)
 }
 
 
-/*
- * This used to be adrsprintf() (where it would format an address for you
- * given a username and a domain).  But somewhere we got to the point where
- * the only caller was post, and it only called it with both arguments NULL.
- * So the function was renamed with a more sensible name.
- */
-
-char *
-getlocaladdr(void)
-{
-    char        *username;
-
-    username = getusername();
-
-    return username;
-}
-
-
 #define        W_NIL   0x0000
 #define        W_MBEG  0x0001
 #define        W_MEND  0x0002