aboutsummaryrefslogtreecommitdiffstats
path: root/debug
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2015-10-01 18:39:37 +0200
committerBernhard Schommer <bernhardschommer@gmail.com>2015-10-01 18:39:37 +0200
commitbc894f212d478b422f17ca0a0a207833838f173c (patch)
treebddc77784200d1474a967220d2223c109e181c75 /debug
parenta594de0f1c15b71a423d2cfc51a5c603796deafa (diff)
downloadcompcert-kvx-bc894f212d478b422f17ca0a0a207833838f173c.tar.gz
compcert-kvx-bc894f212d478b422f17ca0a0a207833838f173c.zip
Cleanup of now no longer needed functions.
Diffstat (limited to 'debug')
-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