summaryrefslogtreecommitdiff
path: root/decoders/mxc6225xu
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/mxc6225xu')
-rw-r--r--decoders/mxc6225xu/pd.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/decoders/mxc6225xu/pd.py b/decoders/mxc6225xu/pd.py
index de7efaf..8b119e8 100644
--- a/decoders/mxc6225xu/pd.py
+++ b/decoders/mxc6225xu/pd.py
@@ -86,9 +86,6 @@ class Decoder(srd.Decoder):
# self.out_proto = self.register(srd.OUTPUT_PYTHON)
self.out_ann = self.register(srd.OUTPUT_ANN)
- def report(self):
- pass
-
def putx(self, data):
self.put(self.ss, self.es, self.out_ann, data)