diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-04-27 09:50:55 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-04-27 09:50:55 +0200 |
commit | 8b6218e0f1486a39a53783e7c86b42285f89e4cf (patch) | |
tree | 46d0a5aef12c8b13f5de3eb1b32027f463190dd9 /odmr.c | |
parent | 2148260d742663448a8fd7ff950d3d8e7468ccd5 (diff) | |
download | fetchmail-8b6218e0f1486a39a53783e7c86b42285f89e4cf.tar.gz fetchmail-8b6218e0f1486a39a53783e7c86b42285f89e4cf.tar.bz2 fetchmail-8b6218e0f1486a39a53783e7c86b42285f89e4cf.zip |
Fix a few Intel C++ remarks and warnings.
Diffstat (limited to 'odmr.c')
-rw-r--r-- | odmr.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -152,7 +152,6 @@ static int odmr_getrange(int sock, struct query *ctl, const char *id, { fd_set readfds; struct timeval timeout; - char buf[MSGBUFSIZE]; FD_ZERO(&readfds); FD_SET(sock, &readfds); |