aboutsummaryrefslogtreecommitdiffstats
path: root/debug/DwarfTypes.mli
diff options
context:
space:
mode:
Diffstat (limited to 'debug/DwarfTypes.mli')
-rw-r--r--debug/DwarfTypes.mli1
1 files changed, 0 insertions, 1 deletions
diff --git a/debug/DwarfTypes.mli b/debug/DwarfTypes.mli
index 906b7cba..6c0af52b 100644
--- a/debug/DwarfTypes.mli
+++ b/debug/DwarfTypes.mli
@@ -254,7 +254,6 @@ type debug_entries = (string * int * dw_entry * dw_locations) list
module type DWARF_TARGET=
sig
val label: out_channel -> int -> unit
- val print_file_loc: out_channel -> file_loc -> unit
val section: out_channel -> section_name -> unit
val symbol: out_channel -> atom -> unit
end