diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-02 14:19:31 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-02 14:19:31 +0000 |
commit | a2eaeaa297462b918babd71c75eb6948e335c173 (patch) | |
tree | 97f6a67522de2c656edec0f595dc6fe1b1941c17 /fetchmail.c | |
parent | 122471c0c8e2fd1f282d02b271ec40062d321da8 (diff) | |
download | fetchmail-a2eaeaa297462b918babd71c75eb6948e335c173.tar.gz fetchmail-a2eaeaa297462b918babd71c75eb6948e335c173.tar.bz2 fetchmail-a2eaeaa297462b918babd71c75eb6948e335c173.zip |
Remove idfile.
svn path=/trunk/; revision=200
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 1 |
1 files changed, 0 insertions, 1 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 */ /********************************************************************* |