aboutsummaryrefslogtreecommitdiffstats
path: root/backend/PrintAsmaux.ml
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2017-11-09 14:27:23 +0100
committerBernhard Schommer <bernhardschommer@gmail.com>2017-11-09 14:27:23 +0100
commit2bf69a09c20c52685ce3c1933577b9aaa5e38e51 (patch)
tree322db4cdddcec685fabfef2ce89be382733972c4 /backend/PrintAsmaux.ml
parent92ff9919ff370d914e597f3675670516ac71b6dc (diff)
downloadcompcert-kvx-2bf69a09c20c52685ce3c1933577b9aaa5e38e51.tar.gz
compcert-kvx-2bf69a09c20c52685ce3c1933577b9aaa5e38e51.zip
Removed no longer used function. Bug 22525
Diffstat (limited to 'backend/PrintAsmaux.ml')
-rw-r--r--backend/PrintAsmaux.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/PrintAsmaux.ml b/backend/PrintAsmaux.ml
index 257b1ba4..3a2e0e7d 100644
--- a/backend/PrintAsmaux.ml
+++ b/backend/PrintAsmaux.ml
@@ -28,7 +28,6 @@ module type TARGET =
val print_comm_symb: out_channel -> Z.t -> P.t -> int -> unit
val print_var_info: out_channel -> P.t -> unit
val print_fun_info: out_channel -> P.t -> unit
- val print_init: out_channel -> init_data -> unit
val reset_constants: unit -> unit
val get_section_names: P.t -> section_name * section_name * section_name
val print_file_line: out_channel -> string -> int -> unit