summaryrefslogtreecommitdiffstats
path: root/test/cache_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/cache_common.h')
-rw-r--r--test/cache_common.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/test/cache_common.h b/test/cache_common.h
index dba0c64..1db19c7 100644
--- a/test/cache_common.h
+++ b/test/cache_common.h
@@ -174,7 +174,7 @@ typedef struct flush_op
* FLUSH_OP__RESIZE: TRUE iff the
* target is pinned, and is to
* be resized via the
- * H5C_mark_entry_dirty()
+ * H5C_resize_entry()
* call.
*
* FLUSH_OP__MOVE: TRUE iff the
@@ -641,11 +641,6 @@ void resize_entry(H5F_t * file_ptr,
size_t new_size,
hbool_t resize_pin);
-void resize_pinned_entry(H5C_t * cache_ptr,
- int32_t type,
- int32_t idx,
- size_t new_size);
-
H5F_t *setup_cache(size_t max_cache_size, size_t min_clean_size);
void row_major_scan_forward(H5F_t * file_ptr,