summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2013-12-20 01:17:01 +0100
committerDavid Sommerseth <davids@redhat.com>2013-12-20 01:17:01 +0100
commit312099e5bb965210503730abdb727ab5e50425cd (patch)
treeb6a612eae3f24745779264d48dcece0e3f9184fb
parentd10055619793bf8ff74814f4126ddb8ba5ee913f (diff)
downloadpython-ethtool-312099e5bb965210503730abdb727ab5e50425cd.tar.gz
python-ethtool-312099e5bb965210503730abdb727ab5e50425cd.tar.xz
python-ethtool-312099e5bb965210503730abdb727ab5e50425cd.zip
Remove stray type declaration
Signed-off-by: David Sommerseth <davids@redhat.com>
-rw-r--r--python-ethtool/etherinfo_obj.c2
1 files changed, 0 insertions, 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
*