Removed unused Hesiod relic.
authorDavid Levine <levinedl@acm.org>
Wed, 11 Apr 2012 01:47:46 +0000 (20:47 -0500)
committerDavid Levine <levinedl@acm.org>
Wed, 11 Apr 2012 01:47:46 +0000 (20:47 -0500)
uip/msgchk.c

index 8294d46..4cfb598 100644 (file)
@@ -92,11 +92,6 @@ main (int argc, char **argv)
     char **argp, **arguments, *vec[MAXVEC];
     struct passwd *pw;
 
-#ifdef HESIOD
-    struct hes_postoffice *po;
-    char *tmphost;
-#endif
-
 #ifdef LOCALE
     setlocale(LC_ALL, "");
 #endif