summaryrefslogtreecommitdiff
path: root/prism/util/pm_constant_pool.c
diff options
context:
space:
mode:
Diffstat (limited to 'prism/util/pm_constant_pool.c')
-rw-r--r--prism/util/pm_constant_pool.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/prism/util/pm_constant_pool.c b/prism/util/pm_constant_pool.c
index 2a3203f4c4..624002cec9 100644
--- a/prism/util/pm_constant_pool.c
+++ b/prism/util/pm_constant_pool.c
@@ -62,14 +62,6 @@ 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.
- */
-size_t
-pm_constant_id_list_memsize(pm_constant_id_list_t *list) {
- return sizeof(pm_constant_id_list_t) + (list->capacity * sizeof(pm_constant_id_t));
-}
-
-/**
* Free the memory associated with a list of constant ids.
*/
void