iphlpapi: Remove a comment that dared to ponder to use malloc.

This commit is contained in:
Michael Stefaniuc 2008-11-28 23:44:01 +01:00 committed by Alexandre Julliard
parent d26b02960c
commit 85dba69917
1 changed files with 0 additions and 2 deletions

View File

@ -27,8 +27,6 @@
* - Not all IP options are supported.
* - Are ICMP handles real handles, i.e. inheritable and all? There might be some
* more work to do here, including server side stuff with synchronization.
* - Is it correct to use malloc for the internal buffer, for allocating the
* handle's structure?
* - This API should probably be thread safe. Is it really?
* - Using the winsock functions has not been tested.
*/