diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-09-27 04:56:13 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-09-27 04:56:13 (GMT) |
commit | 5422acf9b2e3b65a19949be2ef166590f9d471ae (patch) | |
tree | 00ba6f225cdac899242a5a28bad81564a98de8df /test | |
parent | fbd659fe6feba18f9fd4f931535a6603ccbf763d (diff) | |
download | hdf5-5422acf9b2e3b65a19949be2ef166590f9d471ae.zip hdf5-5422acf9b2e3b65a19949be2ef166590f9d471ae.tar.gz hdf5-5422acf9b2e3b65a19949be2ef166590f9d471ae.tar.bz2 |
[svn-r27892] Removed redefinition of H5C__HASH_FCN in test/cache_common.h.
This was causing failures on Ada.
Tested on: Ubuntu 15.04 (Linux 3.19.0) w/ gcc 4.9.3
Diffstat (limited to 'test')
-rw-r--r-- | test/cache_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/cache_common.h b/test/cache_common.h index 9e8c5ba..c07ab25 100644 --- a/test/cache_common.h +++ b/test/cache_common.h @@ -360,7 +360,6 @@ typedef struct test_entry_t */ #define H5C__HASH_MASK ((size_t)(H5C__HASH_TABLE_LEN - 1) << 3) -#define H5C__HASH_FCN(x) (int)(((x) & H5C__HASH_MASK) >> 3) #define H5C_TEST__PRE_HT_SEARCH_SC(cache_ptr, Addr) \ if ( ( (cache_ptr) == NULL ) || \ |