summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/eina/eina_types.h2
-rw-r--r--src/lib/eina/eina_value.c7
2 files changed, 0 insertions, 9 deletions
diff --git a/src/lib/eina/eina_types.h b/src/lib/eina/eina_types.h
index 1f0a1053a1..b93e99f483 100644
--- a/src/lib/eina/eina_types.h
+++ b/src/lib/eina/eina_types.h
@@ -538,8 +538,6 @@ typedef unsigned char Eina_Bool;
*/
#define EINA_TRUE ((Eina_Bool)1)
-EAPI extern const unsigned int eina_prime_table[];
-
/**
* @typedef Eina_Compare_Cb
* Function used in functions using sorting. It compares @p data1 and
diff --git a/src/lib/eina/eina_value.c b/src/lib/eina/eina_value.c
index 0596b70e9f..c18f369006 100644
--- a/src/lib/eina/eina_value.c
+++ b/src/lib/eina/eina_value.c
@@ -5620,13 +5620,6 @@ EAPI const Eina_Value_Blob_Operations *EINA_VALUE_BLOB_OPERATIONS_MALLOC = NULL;
EAPI const Eina_Value_Struct_Operations *EINA_VALUE_STRUCT_OPERATIONS_BINSEARCH = NULL;
EAPI const Eina_Value_Struct_Operations *EINA_VALUE_STRUCT_OPERATIONS_STRINGSHARE = NULL;
-EAPI const unsigned int eina_prime_table[] =
-{
- 17, 31, 61, 127, 257, 509, 1021,
- 2053, 4093, 8191, 16381, 32771, 65537, 131071, 262147, 524287, 1048573,
- 2097143, 4194301, 8388617, 16777213
-};
-
EAPI Eina_Value *
eina_value_new(const Eina_Value_Type *type)
{