]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/i2cfilter/pd.py
Drop obsolete report() method.
[libsigrokdecode.git] / decoders / i2cfilter / pd.py
index 4fe3a9c94e39679edfc6970ee1c25227ed661a76..664bbcd97286adfd97670332feb1c515529d0ec0 100644 (file)
@@ -54,9 +54,6 @@ class Decoder(srd.Decoder):
         if self.options['direction'] not in ('both', 'read', 'write'):
             raise Exception('Invalid direction (valid: read/write/both).')
 
-    def report(self):
-        pass
-
     # Grab I2C packets into a local cache, until an I2C STOP condition
     # packet comes along. At some point before that STOP condition, there
     # will have been an ADDRESS READ or ADDRESS WRITE which contains the