mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-26 07:18:33 +03:00
pySim/filesystem.py: remove unused class FileData
Change-Id: I62eb446e4995a532227a45c8cc521f5f80535d93
This commit is contained in:
@@ -1765,14 +1765,6 @@ class RuntimeLchan:
|
|||||||
cmd_app.unregister_command_set(c)
|
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):
|
def interpret_sw(sw_data: dict, sw: str):
|
||||||
"""Interpret a given status word.
|
"""Interpret a given status word.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user