Skip to content

Commit

Permalink
get rid of some unused variables
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61635 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
trawick committed May 14, 2001
1 parent e77af91 commit d195940
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/testfile.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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";
Expand Down

0 comments on commit d195940

Please sign in to comment.