]> git.marmaro.de Git - mmh/commitdiff
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 8294d4624cdeb08446b43e987a151c76e3ff611b..4cfb5988206662f45f76f3bc6aafe71c15bcb97c 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