aboutsummaryrefslogtreecommitdiffstats
path: root/backend/PrintAsmaux.ml
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 /backend/PrintAsmaux.ml
parenta594de0f1c15b71a423d2cfc51a5c603796deafa (diff)
downloadcompcert-bc894f212d478b422f17ca0a0a207833838f173c.tar.gz
compcert-bc894f212d478b422f17ca0a0a207833838f173c.zip
Cleanup of now no longer needed functions.
Diffstat (limited to 'backend/PrintAsmaux.ml')
-rw-r--r--backend/PrintAsmaux.ml5
1 files changed, 0 insertions, 5 deletions
diff --git a/backend/PrintAsmaux.ml b/backend/PrintAsmaux.ml
index 079aa6fd..b18481da 100644
--- a/backend/PrintAsmaux.ml
+++ b/backend/PrintAsmaux.ml
@@ -45,13 +45,8 @@ module type TARGET =
val comment: string
val symbol: out_channel -> P.t -> unit
val default_falignment: int
- val get_start_addr: unit -> int
- val get_end_addr: unit -> int
- val get_stmt_list_addr: unit -> int
- val get_debug_start_addr: unit -> int
val new_label: unit -> int
val label: out_channel -> int -> unit
- val print_file_loc: out_channel -> file_loc -> unit
end
(* On-the-fly label renaming *)