trawick 2002/09/16 04:06:41
Modified: test teststr.c
Log:
axe an unused variable
Revision Changes Path
1.9 +0 -1 apr/test/teststr.c
Index: teststr.c
===================================================================
RCS file: /home/cvs/apr/test/teststr.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- teststr.c 15 Sep 2002 22:51:28 -0000 1.8
+++ teststr.c 16 Sep 2002 11:06:41 -0000 1.9
@@ -131,7 +131,6 @@
{
char buff[100];
char *testing = apr_palloc(p, 10);
- int rv;
testing[0] = 't';
testing[1] = 'e';