aboutsummaryrefslogtreecommitdiffstats
path: root/debug/DwarfUtil.ml
diff options
context:
space:
mode:
Diffstat (limited to 'debug/DwarfUtil.ml')
-rw-r--r--debug/DwarfUtil.ml7
1 files changed, 0 insertions, 7 deletions
diff --git a/debug/DwarfUtil.ml b/debug/DwarfUtil.ml
index b3cef748..764194a6 100644
--- a/debug/DwarfUtil.ml
+++ b/debug/DwarfUtil.ml
@@ -23,13 +23,6 @@ let next_id () =
let reset_id () =
id := 0
-(* Hashtable to from type name to entry id *)
-let type_table: (string, int) Hashtbl.t = Hashtbl.create 7
-
-(* Clear the type map *)
-let reset_type_table () =
- Hashtbl.clear type_table
-
(* Generate a new entry from a given tag *)
let new_entry tag =
let id = next_id () in