From 58ad70577ab0115ae597e0b49e5f9bb9caaf6b54 Mon Sep 17 00:00:00 2001 From: Jon Purdy Date: Fri, 10 Mar 2017 16:04:48 -0800 Subject: [PATCH] [docs] Remove dead hash table APIs. --- docs/sources/mono-api-jitinternal.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/sources/mono-api-jitinternal.html b/docs/sources/mono-api-jitinternal.html index 769af814dfe..9846b5b92f1 100644 --- a/docs/sources/mono-api-jitinternal.html +++ b/docs/sources/mono-api-jitinternal.html @@ -31,17 +31,12 @@

mono_g_hash_table_destroy

mono_g_hash_table_foreach

mono_g_hash_table_foreach_remove

-

mono_g_hash_table_foreach_steal

mono_g_hash_table_insert

mono_g_hash_table_lookup

mono_g_hash_table_lookup_extended

-

mono_g_hash_table_new

-

mono_g_hash_table_new_full

-

mono_g_hash_table_remap

mono_g_hash_table_remove

mono_g_hash_table_replace

mono_g_hash_table_size

-

mono_g_hash_table_steal

Memory Pools

-- 2.25.1