From 0169f19c53e195df2f96c4df731ad3214c59e20a Mon Sep 17 00:00:00 2001 From: Bert Vermeulen Date: Thu, 14 Nov 2013 21:56:21 +0100 Subject: Drop obsolete report() method. --- decoders/uart/pd.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'decoders/uart') diff --git a/decoders/uart/pd.py b/decoders/uart/pd.py index 8902780..f010480 100644 --- a/decoders/uart/pd.py +++ b/decoders/uart/pd.py @@ -141,9 +141,6 @@ class Decoder(srd.Decoder): # The width of one UART bit in number of samples. self.bit_width = float(self.samplerate) / float(self.options['baudrate']) - def report(self): - pass - # Return true if we reached the middle of the desired bit, false otherwise. def reached_bit(self, rxtx, bitnum): # bitpos is the samplenumber which is in the middle of the -- cgit v1.2.3-70-g09d2