trawick 01/05/14 08:12:52
Modified: test testfile.c testmd5.c
Log:
get rid of some unused variables
Revision Changes Path
1.33 +0 -2 apr/test/testfile.c
Index: testfile.c
===================================================================
RCS file: /home/cvs/apr/test/testfile.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- testfile.c 2001/05/14 12:57:03 1.32
+++ testfile.c 2001/05/14 15:12:28 1.33
@@ -97,7 +97,6 @@
int main(void)
{
apr_pool_t *pool;
- apr_pool_t *pool2;
apr_file_t *thefile = NULL;
apr_finfo_t finfo;
apr_socket_t *testsock = NULL;
@@ -106,7 +105,6 @@
apr_int32_t flag = APR_READ | APR_WRITE | APR_CREATE;
apr_size_t nbytes = 0;
apr_off_t zer = 0;
- char errmsg[120];
char *buf;
const char *str;
char *filename = "test.fil";
1.11 +0 -1 apr/test/testmd5.c
Index: testmd5.c
===================================================================
RCS file: /home/cvs/apr/test/testmd5.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- testmd5.c 2001/05/14 11:52:25 1.10
+++ testmd5.c 2001/05/14 15:12:35 1.11
@@ -95,7 +95,6 @@
const void *digest)
{
int i;
- apr_status_t rv;
apr_md5_ctx_t context;
unsigned char hash[MD5_DIGESTSIZE];