aboutsummaryrefslogtreecommitdiffstats
path: root/ia32
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 /ia32
parenta594de0f1c15b71a423d2cfc51a5c603796deafa (diff)
downloadcompcert-bc894f212d478b422f17ca0a0a207833838f173c.tar.gz
compcert-bc894f212d478b422f17ca0a0a207833838f173c.zip
Cleanup of now no longer needed functions.
Diffstat (limited to 'ia32')
-rw-r--r--ia32/TargetPrinter.ml10
1 files changed, 0 insertions, 10 deletions
diff --git a/ia32/TargetPrinter.ml b/ia32/TargetPrinter.ml
index 51169d86..eba158db 100644
--- a/ia32/TargetPrinter.ml
+++ b/ia32/TargetPrinter.ml
@@ -767,19 +767,9 @@ module Target(System: SYSTEM):TARGET =
let default_falignment = 16
- let get_start_addr () = -1 (* Dummy constant *)
-
- let get_end_addr () = -1 (* Dummy constant *)
-
- let get_stmt_list_addr () = -1 (* Dummy constant *)
-
- let get_debug_start_addr () = -1 (* Dummy constant *)
-
let label = label
let new_label = new_label
-
- let print_file_loc _ _ = () (* Dummy function *)
end