X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fi2cdemux%2Fpd.py;h=3904643f4947c827727ec882a8037f412251f3a9;hp=d86c59781728fa93c52b4c888ab7c070f5455029;hb=0169f19c53e195df2f96c4df731ad3214c59e20a;hpb=be465111b552c7c2a2262ac49758a30a8bf1b1d5 diff --git a/decoders/i2cdemux/pd.py b/decoders/i2cdemux/pd.py index d86c597..3904643 100644 --- a/decoders/i2cdemux/pd.py +++ b/decoders/i2cdemux/pd.py @@ -45,9 +45,6 @@ class Decoder(srd.Decoder): 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