summaryrefslogtreecommitdiffstats
path: root/src/H5Cpkg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Cpkg.h')
-rw-r--r--src/H5Cpkg.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/H5Cpkg.h b/src/H5Cpkg.h
index 8fd3e43..3e15bca 100644
--- a/src/H5Cpkg.h
+++ b/src/H5Cpkg.h
@@ -2833,9 +2833,7 @@ if ( ( (entry_ptr) == NULL ) || \
{ \
(head_ptr) = (entry_ptr)->coll_next; \
if ( (head_ptr) != NULL ) \
- { \
(head_ptr)->coll_prev = NULL; \
- } \
} \
else \
{ \
@@ -2845,14 +2843,10 @@ if ( ( (entry_ptr) == NULL ) || \
{ \
(tail_ptr) = (entry_ptr)->coll_prev; \
if ( (tail_ptr) != NULL ) \
- { \
(tail_ptr)->coll_next = NULL; \
- } \
} \
else \
- { \
(entry_ptr)->coll_next->coll_prev = (entry_ptr)->coll_prev; \
- } \
entry_ptr->coll_next = NULL; \
entry_ptr->coll_prev = NULL; \
(len)--; \
@@ -3918,7 +3912,6 @@ struct H5C_t {
size_t coll_list_size;
H5C_cache_entry_t * coll_head_ptr;
H5C_cache_entry_t * coll_tail_ptr;
- int32_t num_coll_entries; /* MSC - used only for debugging - should remove usage*/
#endif /* H5_HAVE_PARALLEL */
/* Fields for automatic cache size adjustment */