diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-09-25 04:01:08 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-09-25 04:01:08 +0000 |
commit | 61d04dd2612007fa106d456fe4eced2b762c0c38 (patch) | |
tree | 96faaa8177142ec6778e5cb2b188365d88143a56 /pop2.c | |
parent | 70f8bdddc40885f2a240c3ac3766fa34921a54cd (diff) | |
download | fetchmail-61d04dd2612007fa106d456fe4eced2b762c0c38.tar.gz fetchmail-61d04dd2612007fa106d456fe4eced2b762c0c38.tar.bz2 fetchmail-61d04dd2612007fa106d456fe4eced2b762c0c38.zip |
Eliminate unnecessary verbiage.
svn path=/trunk/; revision=134
Diffstat (limited to 'pop2.c')
-rw-r--r-- | pop2.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -16,12 +16,6 @@ #include "socket.h" #include "fetchmail.h" -/********************************************************************* - - Method declarations for POP2 - - *********************************************************************/ - static int pound_arg, equal_arg; int pop2_ok (argbuf,socket) |