Skip to content

Commit e7b8606

Browse files
committed
ethtool: remove unused variables from set_tso
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
1 parent 824f72f commit e7b8606

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

python-ethtool/ethtool.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -487,9 +487,6 @@ static PyObject *get_tso(PyObject *self __unused, PyObject *args)
487487

488488
static PyObject *set_tso(PyObject *self __unused, PyObject *args)
489489
{
490-
int pid, policy, priority;
491-
struct ethtool_value param;
492-
493490
if (dev_set_int_value(ETHTOOL_STSO, args) < 0)
494491
return NULL;
495492

0 commit comments

Comments
 (0)