summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2011-07-10 19:19:26 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2011-07-10 19:19:26 +0000
commit132067b2161f89df826731e58c9c5ecce50c04fc (patch)
treea64989fe73586222ed7f61cd57e6552802301d6d /test
parent1e725646e8bbc94ce4a9c3019ab5285c5c2ed0ce (diff)
downloadneon-132067b2161f89df826731e58c9c5ecce50c04fc.tar.gz
* 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
Diffstat (limited to 'test')
-rw-r--r--test/props.c3
1 files changed, 0 insertions, 3 deletions
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);