Skip to content

Commit 7de5b15

Browse files
committed
removed usless ext_resident_device_change from memory_pool
1 parent cabd5e7 commit 7de5b15

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

include/umf/memory_pool_ops.h

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -191,18 +191,6 @@ typedef struct umf_memory_pool_ops_t {
191191
/// failure.
192192
///
193193
umf_result_t (*ext_trim_memory)(void *pool, size_t minBytesToKeep);
194-
195-
///
196-
/// @brief Adds or removes devices on which allocations should be made
197-
/// resident.
198-
/// @param pool pointer to the memory pool
199-
/// @param device device handle
200-
/// @param isAdding Boolean indicating if peer is to be removed or added
201-
/// @return UMF_RESULT_SUCCESS on success or appropriate error code on
202-
/// failure.
203-
///
204-
umf_result_t (*ext_resident_device_change)(void *pool, void *device,
205-
bool isAdding);
206194
} umf_memory_pool_ops_t;
207195

208196
#ifdef __cplusplus

0 commit comments

Comments
 (0)