]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/i2cdemux/pd.py
Drop obsolete report() method.
[libsigrokdecode.git] / decoders / i2cdemux / pd.py
index d86c59781728fa93c52b4c888ab7c070f5455029..3904643f4947c827727ec882a8037f412251f3a9 100644 (file)
@@ -45,9 +45,6 @@ class Decoder(srd.Decoder):
     def start(self):
         self.out_proto = []
 
     def start(self):
         self.out_proto = []
 
-    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
     # 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