summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2001-06-26 15:09:20 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2001-06-26 15:09:20 +0000
commitd6aea769c94a61fcecd7f86fac3cbdd35f56d8f4 (patch)
tree41185a434ea21b5b77ce0a6afe68be96e19df41d /test
parentfea7e8783739d986f0e7438c1eb1491a93410917 (diff)
downloadlibapr-d6aea769c94a61fcecd7f86fac3cbdd35f56d8f4.tar.gz
get rid of an unused local variable
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61799 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r--test/testnames.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/testnames.c b/test/testnames.c
index f14550342..d5f974f24 100644
--- a/test/testnames.c
+++ b/test/testnames.c
@@ -89,7 +89,6 @@ static void mergeresult(char *rootpath, char *addpath, apr_int32_t mergetype, ch
{
char errmsg[256];
char *dstpath = NULL;
- const char *srcpath;
apr_status_t status = apr_filepath_merge(&dstpath,
strcmp(rootpath, "NULL") ? rootpath : NULL,
strcmp(addpath, "NULL") ? addpath : NULL,