laforge has submitted this change. ( https://gerrit.osmocom.org/c/pysim/+/33701 )
(
2 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: pySim/filesystem.py: remove unused class FileData ......................................................................
pySim/filesystem.py: remove unused class FileData
Change-Id: I62eb446e4995a532227a45c8cc521f5f80535d93 --- M pySim/filesystem.py 1 file changed, 9 insertions(+), 8 deletions(-)
Approvals: dexter: Looks good to me, approved fixeria: Looks good to me, but someone else must approve Jenkins Builder: Verified
diff --git a/pySim/filesystem.py b/pySim/filesystem.py index cb3b403..2bcd363 100644 --- a/pySim/filesystem.py +++ b/pySim/filesystem.py @@ -1765,14 +1765,6 @@ cmd_app.unregister_command_set(c)
-class FileData: - """Represent the runtime, on-card data.""" - - def __init__(self, fdesc): - self.desc = fdesc - self.fcp = None - - def interpret_sw(sw_data: dict, sw: str): """Interpret a given status word.