From 312099e5bb965210503730abdb727ab5e50425cd Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Fri, 20 Dec 2013 01:17:01 +0100 Subject: Remove stray type declaration Signed-off-by: David Sommerseth --- python-ethtool/etherinfo_obj.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/python-ethtool/etherinfo_obj.c b/python-ethtool/etherinfo_obj.c index 8ab207d..7885a48 100644 --- a/python-ethtool/etherinfo_obj.c +++ b/python-ethtool/etherinfo_obj.c @@ -31,8 +31,6 @@ #include "etherinfo_struct.h" #include "etherinfo.h" -extern PyTypeObject ethtool_etherinfoIPv6Type; - /** * ethtool.etherinfo deallocator - cleans up when a object is deleted * -- cgit