aboutsummaryrefslogtreecommitdiffstats
path: root/riscV/TargetPrinter.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 /riscV/TargetPrinter.ml
parent2bf69a09c20c52685ce3c1933577b9aaa5e38e51 (diff)
downloadcompcert-kvx-a3ec645b5ae36c54988f95057f37693edbad02c5.tar.gz
compcert-kvx-a3ec645b5ae36c54988f95057f37693edbad02c5.zip
Remove no longer used function. Bug 22525
Diffstat (limited to 'riscV/TargetPrinter.ml')
-rw-r--r--riscV/TargetPrinter.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/riscV/TargetPrinter.ml b/riscV/TargetPrinter.ml
index f0ff9637..696bc87f 100644
--- a/riscV/TargetPrinter.ml
+++ b/riscV/TargetPrinter.ml
@@ -129,8 +129,6 @@ module Target : TARGET =
(* Associate labels to floating-point constants and to symbols. *)
- let reset_constants () = reset_constants ()
-
let emit_constants oc lit =
if exists_constants () then begin
section oc lit;