summaryrefslogtreecommitdiff
path: root/test/teststr.c
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2002-09-16 11:06:41 +0000
committerJeff Trawick <trawick@apache.org>2002-09-16 11:06:41 +0000
commit2c6ddb37c7f6276cde8a01791259ffec7219d229 (patch)
tree1185a7253905c10c01b8dd4902e94c60891a32e6 /test/teststr.c
parent95071e74a4ed88357323b0d786014a929f798f4c (diff)
downloadapr-2c6ddb37c7f6276cde8a01791259ffec7219d229.tar.gz
axe an unused variable
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63875 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/teststr.c')
-rw-r--r--test/teststr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/teststr.c b/test/teststr.c
index c06113492..31a60be2a 100644
--- a/test/teststr.c
+++ b/test/teststr.c
@@ -131,7 +131,6 @@ static void snprintf_noNULL(CuTest *tc)
{
char buff[100];
char *testing = apr_palloc(p, 10);
- int rv;
testing[0] = 't';
testing[1] = 'e';