summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2007-11-06 06:40:42 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2007-11-06 06:40:42 +0000
commit45c8d2050d4e74291ef7603fd8eab1491e6831f1 (patch)
tree63625e584c7bda6e9bb9d541ceaab2e52a1e3e2e
parentbdf6a00702a6c492f5093f4ca21377b00e4da8ac (diff)
downloadapr-45c8d2050d4e74291ef7603fd8eab1491e6831f1.tar.gz
No use for rv now.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.2.x@592307 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--test/testdir.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/testdir.c b/test/testdir.c
index 85151d659..63a2f1722 100644
--- a/test/testdir.c
+++ b/test/testdir.c
@@ -222,7 +222,6 @@ static void test_uncleared_errno(abts_case *tc, void *data)
static void test_rmkdir_nocwd(abts_case *tc, void *data)
{
char *cwd, *path;
- apr_status_t rv;
APR_ASSERT_SUCCESS(tc, "make temp dir",
apr_dir_make("dir3", APR_OS_DEFAULT, p));