From 6d5ba7d4bbc980c3c05067539228f6201c8bf722 Mon Sep 17 00:00:00 2001 From: Juan Lang Date: Mon, 9 Feb 2004 20:54:28 +0000 Subject: [PATCH] Remove dead comment. --- dlls/iphlpapi/ifenum.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dlls/iphlpapi/ifenum.h b/dlls/iphlpapi/ifenum.h index 1d6964a9c4e..ace79ea4c4d 100644 --- a/dlls/iphlpapi/ifenum.h +++ b/dlls/iphlpapi/ifenum.h @@ -27,10 +27,7 @@ * only supports IPv4.) * The indexes returned are not guaranteed to be contiguous, so don't call * getNumInterfaces() and assume the values [0,getNumInterfaces() - 1] will be - * valid indexes; use getInterfaceIndexTable() instead. Non-loopback - * interfaces have lower index values than loopback interfaces, in order to - * make the indexes somewhat reusable as Netbios LANA numbers. See ifenum.c - * for more detail on this. + * valid indexes; use getInterfaceIndexTable() instead. * * See also the companion file, ipstats.h, for functions related to getting * statistics. -- 2.11.4.GIT