summaryrefslogtreecommitdiff
path: root/decoders/can/pd.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/can/pd.py')
-rw-r--r--decoders/can/pd.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/decoders/can/pd.py b/decoders/can/pd.py
index 1495e5e..ee32e7a 100644
--- a/decoders/can/pd.py
+++ b/decoders/can/pd.py
@@ -73,9 +73,6 @@ class Decoder(srd.Decoder):
self.bit_width = float(self.samplerate) / float(self.options['bitrate'])
self.bitpos = (self.bit_width / 100.0) * self.options['sample_point']
- def report(self):
- pass
-
# Generic helper for CAN bit annotations.
def putg(self, ss, es, data):
left, right = int(self.bitpos), int(self.bit_width - self.bitpos)