From a7334ca32616c1301154a7e4c5d499c225fb9885 Mon Sep 17 00:00:00 2001 From: Guillaume Chazarain Date: Wed, 15 Dec 2010 00:43:23 +0100 Subject: [PATCH] Removing dead code --- iotop/data.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/iotop/data.py b/iotop/data.py index 4f2da4b..1164344 100644 --- a/iotop/data.py +++ b/iotop/data.py @@ -163,8 +163,6 @@ class TaskStatsNetlink(object): if len(reply.payload) < 292: # Short reply return - reply_data = reply.payload[20:] - reply_length, reply_type = struct.unpack('HH', reply.payload[4:8]) assert reply_length >= 288 assert reply_type == TASKSTATS_TYPE_AGGR_PID -- 2.11.4.GIT