diff options
Diffstat (limited to 'common/spio.c')
-rw-r--r-- | common/spio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/spio.c b/common/spio.c index f2d53cd..cfd4fa7 100644 --- a/common/spio.c +++ b/common/spio.c @@ -175,7 +175,6 @@ int clio_select(clamsmtp_context_t* ctx, clio_t** io) int clio_read_line(clamsmtp_context_t* ctx, clio_t* io, int opts) { int l, x; - int bufused; char* t; unsigned char* p; |