From 97ca763e1e3feafd069ecb75277c0e5425aa1f72 Mon Sep 17 00:00:00 2001 From: fredrik Date: Tue, 8 May 2007 02:47:52 +0000 Subject: [PATCH] Removed unused variables. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@1027 959494ce-11ee-0310-bf91-de5d638817bd --- clients/test.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/clients/test.c b/clients/test.c index 382e26e..f5e6cbd 100644 --- a/clients/test.c +++ b/clients/test.c @@ -12,11 +12,9 @@ void authcallback(int err, wchar_t *reason, void *data) int main(int argc, char **argv) { - int i; struct pollfd pfd; int fd, done; struct dc_response *resp; - struct dc_intresp *ires; dc_init(); fd = dc_connect(NULL); -- 2.11.0