From 94cf7c3dd6bc09f02e2ec7c2531c83ff8c47dd45 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Fri, 15 Oct 2010 02:14:45 -0500 Subject: simutil: Remove unneeded enum --- src/simutil.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/simutil.h b/src/simutil.h index dc4ff57e..50ad4182 100644 --- a/src/simutil.h +++ b/src/simutil.h @@ -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, }; -- cgit v1.2.3