trawick     01/05/14 15:52:48

  Modified:    test     testfile.c
  Log:
  get rid of some unused variables
  
  Revision  Changes    Path
  1.35      +0 -2      apr/test/testfile.c
  
  Index: testfile.c
  ===================================================================
  RCS file: /home/cvs/apr/test/testfile.c,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- testfile.c        2001/05/14 19:55:30     1.34
  +++ testfile.c        2001/05/14 22:52:46     1.35
  @@ -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";
  
  
  

Reply via email to