removed obsolete comment

This commit is contained in:
Frank Morgner 2017-04-13 18:45:34 +02:00
parent 9d15326de1
commit 74f11a32a5
1 changed files with 0 additions and 1 deletions

View File

@ -396,7 +396,6 @@ iso7816_process_fci(struct sc_card *card, struct sc_file *file,
sc_log(ctx, " type: %s", type);
sc_log(ctx, " EF structure: %d", byte & 0x07);
sc_log(ctx, " tag 0x82: 0x%02x", byte);
/* FIXME: check return value? */
if (SC_SUCCESS != sc_file_set_type_attr(file, &byte, 1))
sc_log(ctx, "Warning: Could not set file attributes");
}