]> sigrok.org Git - libsigrokdecode.git/commit
sdcard_sd: remove unused .reset() method
authorGerhard Sittig <redacted>
Fri, 22 Dec 2017 01:35:12 +0000 (02:35 +0100)
committerUwe Hermann <redacted>
Fri, 22 Dec 2017 11:18:13 +0000 (12:18 +0100)
commit0777df7434749962ca28fb66081cdacf24a16772
treeb9a84a4bee77a8ea5e1b460053bc109533a7f05b
parent779c540dfa3780f3bb61ad46f28801952d5d190b
sdcard_sd: remove unused .reset() method

The decoder's .reset() method seems to partially implement constructor's
assignments, but is not referenced anywhere. There is neither a direct
call site in the remainder of pd.py which uses the "reset" name, and
runtime computation only references "handle_*()" methods for commands
and responses.

Drop the unused .reset() method in the individual decoder before the
introduction of a common .reset() method approach for all decoders.
decoders/sdcard_sd/pd.py