diff options
Diffstat (limited to 'sal/android/uthash.h')
-rw-r--r-- | sal/android/uthash.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sal/android/uthash.h b/sal/android/uthash.h index 48e7fba81026..076046903046 100644 --- a/sal/android/uthash.h +++ b/sal/android/uthash.h @@ -63,7 +63,6 @@ typedef unsigned int uint32_t; #include <inttypes.h> /* uint32_t */ #endif -#define UTHASH_VERSION 1.9.3 #define uthash_fatal(msg) exit(-1) /* fatal error (out of memory,etc) */ #define uthash_malloc(sz) malloc(sz) /* malloc fcn */ |