aboutsummaryrefslogtreecommitdiffstats
path: root/backend/PrintAsm.ml
diff options
context:
space:
mode:
Diffstat (limited to 'backend/PrintAsm.ml')
-rw-r--r--backend/PrintAsm.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/PrintAsm.ml b/backend/PrintAsm.ml
index 45b1e878..dba578b9 100644
--- a/backend/PrintAsm.ml
+++ b/backend/PrintAsm.ml
@@ -112,7 +112,6 @@ module Printer(Target:TARGET) =
struct
let label = Target.label
let section = Target.section
- let print_file_loc = Target.print_file_loc
let name_of_section = Target.name_of_section
let symbol = Target.symbol
end