summaryrefslogtreecommitdiffstats
path: root/python-ethtool/ethtool.c
diff options
context:
space:
mode:
Diffstat (limited to 'python-ethtool/ethtool.c')
-rw-r--r--python-ethtool/ethtool.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/python-ethtool/ethtool.c b/python-ethtool/ethtool.c
index 6ce5208..ba8eaa3 100644
--- a/python-ethtool/ethtool.c
+++ b/python-ethtool/ethtool.c
@@ -487,9 +487,6 @@ static PyObject *get_tso(PyObject *self __unused, PyObject *args)
static PyObject *set_tso(PyObject *self __unused, PyObject *args)
{
- int pid, policy, priority;
- struct ethtool_value param;
-
if (dev_set_int_value(ETHTOOL_STSO, args) < 0)
return NULL;