aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fetchmail.c1
-rw-r--r--fetchmail.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/fetchmail.c b/fetchmail.c
index bdd5d96c..86ea3872 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -57,7 +57,6 @@ int quitmode; /* if --quit was set */
/* miscellaneous global controls */
char *rcfile; /* path name of rc file */
-char *idfile; /* path name of id file */
int versioninfo; /* emit only version info */
/*********************************************************************
diff --git a/fetchmail.h b/fetchmail.h
index fe3e2a3b..70f97fc1 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -104,7 +104,6 @@ extern int quitmode; /* if --quit was set */
/* miscellaneous global controls */
extern char *rcfile; /* path name of rc file */
-extern char *idfile; /* path name of id file */
extern int linelimit; /* limit # lines retrieved per site */
extern int versioninfo; /* emit only version info */