From a57b7c09241ee1f5045b967205f34e6481f60a4d Mon Sep 17 00:00:00 2001 From: calvin Date: Tue, 26 Oct 2004 11:07:15 +0000 Subject: [PATCH] cleanup git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1867 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- linkcheck/dns/ifconfig.py | 1 - 1 file changed, 1 deletion(-) diff --git a/linkcheck/dns/ifconfig.py b/linkcheck/dns/ifconfig.py index c347690c..41b2f85f 100644 --- a/linkcheck/dns/ifconfig.py +++ b/linkcheck/dns/ifconfig.py @@ -58,7 +58,6 @@ class IfConfig (object): def getInterfaceList (self): """ Get all interface names in a list """ - # get interface list buf = array.array('c', '\0' * 1024) ifconf = struct.pack("iP", buf.buffer_info()[1], buf.buffer_info()[0]) result = self._fcntl(self.SIOCGIFCONF, ifconf)