summaryrefslogtreecommitdiffstats
path: root/python.d/mdstat.chart.py
diff options
context:
space:
mode:
authorlgz <ilyamaschenko@gmail.com>2018-01-24 19:02:16 +0900
committerlgz <ilyamaschenko@gmail.com>2018-01-24 19:02:16 +0900
commit8a1196b3dc17be6b097aaa6a935786c0e4e0fbe2 (patch)
tree84be0b00712bf81aedafa89a295cec1556fbd182 /python.d/mdstat.chart.py
parent1b5fa8d77f3750c2d48f3a7fbed8992a45d667ef (diff)
mdstat: remove unused __eq__ from MD
Diffstat (limited to 'python.d/mdstat.chart.py')
-rw-r--r--python.d/mdstat.chart.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/python.d/mdstat.chart.py b/python.d/mdstat.chart.py
index 9bd6664903..35ba9058f0 100644
--- a/python.d/mdstat.chart.py
+++ b/python.d/mdstat.chart.py
@@ -81,9 +81,6 @@ class MD:
self.name = name
self.stats = stats
- def __eq__(self, other):
- return self.name == other
-
def update_stats(self, stats):
self.stats = stats