laforge submitted this change.
2 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
pySim/filesystem.py: remove unused class FileData
Change-Id: I62eb446e4995a532227a45c8cc521f5f80535d93
---
M pySim/filesystem.py
1 file changed, 9 insertions(+), 8 deletions(-)
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.