From 132067b2161f89df826731e58c9c5ecce50c04fc Mon Sep 17 00:00:00 2001 From: joe Date: Sun, 10 Jul 2011 19:19:26 +0000 Subject: * test/props.c (unbounded_response): Remove set-but-unused variable. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1850 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845 --- test/props.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'test') diff --git a/test/props.c b/test/props.c index ce650f9..8402b72 100644 --- a/test/props.c +++ b/test/props.c @@ -638,12 +638,9 @@ static int unbounded_response(const char *header, const char *repeats) { ne_session *sess; struct infinite i = { header, repeats}; - int dbg; CALL(make_session(&sess, serve_infinite, &i)); - dbg = ne_debug_mask; - ONN("unbounded PROPFIND response did not fail", ne_simple_propfind(sess, "/", 0, NULL, dummy_results, NULL) != NE_ERROR); -- cgit v1.2.1