Removed unused UUCPDIR and UUCPFIL #defines.
authorDavid Levine <levinedl@acm.org>
Mon, 25 Jun 2012 13:21:03 +0000 (08:21 -0500)
committerDavid Levine <levinedl@acm.org>
Mon, 25 Jun 2012 13:21:03 +0000 (08:21 -0500)
h/mts.h

diff --git a/h/mts.h b/h/mts.h
index d1a93f8..c1c3457 100644 (file)
--- a/h/mts.h
+++ b/h/mts.h
@@ -19,8 +19,6 @@ extern char *uucplfil;
 
 #define        MAILDIR (mmdfldir && *mmdfldir ? mmdfldir : getenv ("HOME"))
 #define        MAILFIL (mmdflfil && *mmdflfil ? mmdflfil : getusername ())
-#define        UUCPDIR (uucpldir && *uucpldir ? uucpldir : getenv ("HOME"))
-#define        UUCPFIL (uucplfil && *uucplfil ? uucplfil : getusername ())
 
 char *getusername(void);
 char *getfullname(void);