You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by bn...@apache.org on 2004/07/07 17:47:09 UTC

cvs commit: apr/misc/netware start.c

bnicholes    2004/07/07 08:47:09

  Modified:    misc/netware start.c
  Log:
  Clean up leftover comments
  
  Revision  Changes    Path
  1.13      +0 -2      apr/misc/netware/start.c
  
  Index: start.c
  ===================================================================
  RCS file: /home/cvs/apr/misc/netware/start.c,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- start.c	6 Jul 2004 22:40:49 -0000	1.12
  +++ start.c	7 Jul 2004 15:47:09 -0000	1.13
  @@ -76,7 +76,6 @@
               WSACleanupWithNLMHandle = wsa_cleanup_with_handle;
       }
   
  -    // don't know where that 'data' thing comes from...
       return (*WSACleanupWithNLMHandle)(nlm_handle);
   }
   
  @@ -92,7 +91,6 @@
               WSAStartupWithNLMHandle = wsa_startup_with_handle;
       }
   
  -    // don't know where that 'data' thing comes from...
       err = (*WSAStartupWithNLMHandle)(wVersionRequested, &wsaData, nlm_handle);
   
       if (LOBYTE(wsaData.wVersion) != WSAHighByte ||