aboutsummaryrefslogtreecommitdiffstats
path: root/backend/PrintAsmaux.ml
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2017-11-10 11:05:02 +0100
committerBernhard Schommer <bernhardschommer@gmail.com>2017-11-10 11:05:02 +0100
commita3ec645b5ae36c54988f95057f37693edbad02c5 (patch)
treec40bad8b98a9f9d802657b487d5916c2bc85a6ba /backend/PrintAsmaux.ml
parent2bf69a09c20c52685ce3c1933577b9aaa5e38e51 (diff)
downloadcompcert-kvx-a3ec645b5ae36c54988f95057f37693edbad02c5.tar.gz
compcert-kvx-a3ec645b5ae36c54988f95057f37693edbad02c5.zip
Remove 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 3a2e0e7d..d985d5a4 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 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
val print_optional_fun_info: out_channel -> unit