From b77063b9b724235ceae06a0ac2d1d022ca11dbf2 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 11 Jul 2023 19:03:10 +0200 Subject: [PATCH] pySim/filesystem.py: remove unused class FileData Change-Id: I62eb446e4995a532227a45c8cc521f5f80535d93 --- pySim/filesystem.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pySim/filesystem.py b/pySim/filesystem.py index cb3b403e..2bcd3637 100644 --- a/pySim/filesystem.py +++ b/pySim/filesystem.py @@ -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.