From 0169f19c53e195df2f96c4df731ad3214c59e20a Mon Sep 17 00:00:00 2001 From: Bert Vermeulen Date: Thu, 14 Nov 2013 21:56:21 +0100 Subject: Drop obsolete report() method. --- decoders/i2cfilter/pd.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'decoders/i2cfilter') diff --git a/decoders/i2cfilter/pd.py b/decoders/i2cfilter/pd.py index 4fe3a9c..664bbcd 100644 --- a/decoders/i2cfilter/pd.py +++ b/decoders/i2cfilter/pd.py @@ -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 -- cgit v1.2.3-70-g09d2