ref: a16cf093bee150d7cb4cc4f72f80ac8ebee5af20
parent: 0eda84a4f7824774e09080da6dede372c3dbb938
author: Alex Musolino <alex@musolino.id.au>
date: Tue Jan 22 10:11:53 EST 2019
upas/fs: remove unused function pop3log
--- a/sys/src/cmd/upas/fs/pop3.c
+++ b/sys/src/cmd/upas/fs/pop3.c
@@ -108,17 +108,6 @@
return s;
}
-static int
-pop3log(char *fmt, ...)
-{- va_list ap;
-
- va_start(ap,fmt);
- syslog(0, "/sys/log/pop3", fmt, ap);
- va_end(ap);
- return 0;
-}
-
/*
* get capability list, possibly start tls
*/
--
⑨