summaryrefslogtreecommitdiffstats
path: root/include/types.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-05-19 23:47:41 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-05-19 23:47:41 -0500
commitbbd6a1d48abff5ae9137ba37e469c2e698e8c244 (patch)
treeb9237eb22ab5b05ad52d9ee45ba7a9d285ea746e /include/types.h
parentb338033307fde3f7a12b5acc26cb09588ed65a53 (diff)
downloadofono-bbd6a1d48abff5ae9137ba37e469c2e698e8c244.tar.bz2
sim: No need for this define
Diffstat (limited to 'include/types.h')
-rw-r--r--include/types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/types.h b/include/types.h
index adaf319b..2b154f00 100644
--- a/include/types.h
+++ b/include/types.h
@@ -36,8 +36,6 @@ extern "C" {
typedef int ofono_bool_t;
-#define OFONO_MAX_ICCID_LENGTH 20
-
/* MCC is always three digits. MNC is either two or three digits */
#define OFONO_MAX_MCC_LENGTH 3
#define OFONO_MAX_MNC_LENGTH 3