pySim/filesystem.py: remove unused class FileData

Change-Id: I62eb446e4995a532227a45c8cc521f5f80535d93
This commit is contained in:
Harald Welte 2023-07-11 19:03:10 +02:00
parent 6ad9a247ef
commit b77063b9b7
1 changed files with 0 additions and 8 deletions

View File

@ -1765,14 +1765,6 @@ class RuntimeLchan:
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.