simutil: Remove unneeded enum

This commit is contained in:
Denis Kenzior 2010-10-15 02:14:45 -05:00
parent 1f2140dabe
commit 94cf7c3dd6
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ enum sim_file_access {
/* 51.011 Section 9.3 */
enum sim_file_status {
SIM_FILE_STATUS_INVALID = 0x00,
SIM_FILE_STATUS_VALID = 0x01,
SIM_FILE_STATUS_RW_WHEN_INVALID = 0x04,
};