From 06a1a35d759dc780e389218b5f78ce3415d4b3cd Mon Sep 17 00:00:00 2001 From: Bernhard Schommer Date: Thu, 1 Oct 2015 09:41:06 +0200 Subject: Remove unused globals also from the debug informations. --- debug/Debug.mli | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debug/Debug.mli') diff --git a/debug/Debug.mli b/debug/Debug.mli index 166a6759..4677fdf8 100644 --- a/debug/Debug.mli +++ b/debug/Debug.mli @@ -46,6 +46,7 @@ type implem = mutable add_compilation_section_start: string -> (int * int * int * string) -> unit; mutable compute_file_enum: (string -> int) -> (string-> int) -> (unit -> unit) -> unit; mutable exists_section: string -> bool; + mutable remove_unused: ident -> unit; } val implem: implem @@ -76,3 +77,4 @@ val atom_parameter: ident -> ident -> atom -> unit val add_compilation_section_start: string -> (int * int * int * string) -> unit val compute_file_enum: (string -> int) -> (string-> int) -> (unit -> unit) -> unit val exists_section: string -> bool +val remove_unused: ident -> unit -- cgit