aboutsummaryrefslogtreecommitdiffstats
path: root/backend/PrintAsmaux.ml
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2017-11-06 09:56:21 +0100
committerBernhard Schommer <bernhardschommer@gmail.com>2017-11-06 09:56:21 +0100
commit43b557ce847b56c1cfae2081c7585191043a85b6 (patch)
tree78297076b1f3a704372b91ba9e6419f984d94043 /backend/PrintAsmaux.ml
parent0c00ace3c8981516ef02bc49f4e616e4cb485124 (diff)
downloadcompcert-kvx-43b557ce847b56c1cfae2081c7585191043a85b6.tar.gz
compcert-kvx-43b557ce847b56c1cfae2081c7585191043a85b6.zip
Remove superfluous function.
The new_label function is alway equal to PrintAsmaux.new_label. Bug 22472
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 0db664ce..4099d76f 100644
--- a/backend/PrintAsmaux.ml
+++ b/backend/PrintAsmaux.ml
@@ -43,7 +43,6 @@ module type TARGET =
val comment: string
val symbol: out_channel -> P.t -> unit
val default_falignment: int
- val new_label: unit -> int
val label: out_channel -> int -> unit
val address: string
end