laforge has uploaded this change for review.
pySim/filesystem.py: remove unused class FileData
Change-Id: I62eb446e4995a532227a45c8cc521f5f80535d93
---
M pySim/filesystem.py
1 file changed, 9 insertions(+), 8 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/01/33701/1
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.
To view, visit change 33701. To unsubscribe, or for help writing mail filters, visit settings.