From 74f11a32a5dbd948fc7a03df19970f15f448ba3e Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Thu, 13 Apr 2017 18:45:34 +0200 Subject: [PATCH] removed obsolete comment --- src/libopensc/iso7816.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libopensc/iso7816.c b/src/libopensc/iso7816.c index b9127d30..f0355a69 100644 --- a/src/libopensc/iso7816.c +++ b/src/libopensc/iso7816.c @@ -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"); }