]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/uart/pd.py
Drop obsolete report() method.
[libsigrokdecode.git] / decoders / uart / pd.py
index 89027806bf63a0da710114a5bca5225d36dd8b29..f01048038726b006a96ddc03f2d8b210299d4ac8 100644 (file)
@@ -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