Remove redundant functions

Change-Id: I2dfb5b662b8a4f351e4a629040b405c182e58e8d
This commit is contained in:
Supreeth Herle
2020-04-20 14:33:39 +02:00
parent d3b13d0c85
commit 69e5d27e3c
2 changed files with 0 additions and 30 deletions

View File

@@ -188,14 +188,6 @@ class Card(object):
else:
return (None, sw)
# Read SIM Service table
def read_sst(self):
(res, sw) = self._scc.read_binary(EF['SST'])
if sw == '9000':
return ((res, parse_st(res)), sw)
else:
return (None, sw)
# Read the (full) AID for either ISIM or USIM or ISIM application
def read_aid(self, isim = False):