- Remove unused variable

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1501 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aet 2003-10-12 08:34:11 +00:00
parent 7761dff1a0
commit 4b205da3da
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ static int cflex_delete_file(struct sc_card *card, struct sc_profile *profile,
*/
static int cflex_erase_card(struct sc_profile *profile, struct sc_card *card)
{
struct sc_file *df = profile->df_info->file, *dir, *userpinfile;
struct sc_file *df = profile->df_info->file, *dir;
int r;
/* Delete EF(DIR). This may not be very nice