From: Andrew Bartlett Date: Tue, 3 May 2011 10:24:39 +0000 (+1000) Subject: lib/socket: Remove outdated comment X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=8a07ec7babe728adf8a3d590e4c6e6a5d5f66bcd;p=samba.git lib/socket: Remove outdated comment The autoconf and waf tests for interfaces logic are in libreplace now. --- diff --git a/lib/socket/interfaces.c b/lib/socket/interfaces.c index 1801e870f01..618714d1a73 100644 --- a/lib/socket/interfaces.c +++ b/lib/socket/interfaces.c @@ -20,17 +20,6 @@ */ -/* working out the interfaces for a OS is an incredibly non-portable - thing. We have several possible implementations below, and autoconf - tries each of them to see what works - - Note that this file does _not_ include includes.h. That is so this code - can be called directly from the autoconf tests. That also means - this code cannot use any of the normal Samba debug stuff or defines. - This is standalone code. - -*/ - #include "includes.h" #include "system/network.h" #include "interfaces.h"