summaryrefslogtreecommitdiff
path: root/decoders/i2cdemux/pd.py
diff options
context:
space:
mode:
authorBert Vermeulen <bert@biot.com>2013-11-14 21:56:21 +0100
committerBert Vermeulen <bert@biot.com>2013-11-15 22:05:55 +0100
commit0169f19c53e195df2f96c4df731ad3214c59e20a (patch)
treed192b3d1f9d817764e96232863d221f7f91dd91e /decoders/i2cdemux/pd.py
parent0309c15a6990f57fbbb27d6a77957b1282163f06 (diff)
downloadlibsigrokdecode-0169f19c53e195df2f96c4df731ad3214c59e20a.tar.gz
libsigrokdecode-0169f19c53e195df2f96c4df731ad3214c59e20a.zip
Drop obsolete report() method.
Diffstat (limited to 'decoders/i2cdemux/pd.py')
-rw-r--r--decoders/i2cdemux/pd.py3
1 files changed, 0 insertions, 3 deletions
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