From d1959403baeacd3d2adb130385b05f7fa73170a2 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Mon, 14 May 2001 22:52:46 +0000 Subject: [PATCH] get rid of some unused variables git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61635 13f79535-47bb-0310-9956-ffa450edef68 --- test/testfile.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/testfile.c b/test/testfile.c index 44fa471521a..be2c8d6da99 100644 --- a/test/testfile.c +++ b/test/testfile.c @@ -97,7 +97,6 @@ static void closeapr(void) 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 @@ int main(void) 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";