include/prism/util/pm_constant_pool.h in prism-0.28.0 vs include/prism/util/pm_constant_pool.h in prism-0.30.0

- old
+ new

@@ -86,17 +86,9 @@ * @return Whether the list includes the given id. */ bool pm_constant_id_list_includes(pm_constant_id_list_t *list, pm_constant_id_t id); /** - * Get the memory size of a list of constant ids. - * - * @param list The list to get the memory size of. - * @return The memory size of the list. - */ -size_t pm_constant_id_list_memsize(pm_constant_id_list_t *list); - -/** * Free the memory associated with a list of constant ids. * * @param list The list to free. */ void pm_constant_id_list_free(pm_constant_id_list_t *list);