]> Pileus Git - ~andy/fetchmail/blobdiff - mxget.c
Add Doxyfile to allow generation of documentation with Dimitri Heesch's great
[~andy/fetchmail] / mxget.c
diff --git a/mxget.c b/mxget.c
index 21a366821d8fb687c12f182fce221c6bcf800e7a..03003362c5e975980aeac9fcfa3c57d74cdc5e60 100644 (file)
--- a/mxget.c
+++ b/mxget.c
@@ -124,7 +124,6 @@ struct mxentry *getmxrecords(const char *name)
 
 int main(int argc, char *argv[])
 {
-    int        count, i;
     struct mxentry *responses;
 
     if (argc != 2 || 0 == strcmp(argv[1], "-h")) {