From bc894f212d478b422f17ca0a0a207833838f173c Mon Sep 17 00:00:00 2001 From: Bernhard Schommer Date: Thu, 1 Oct 2015 18:39:37 +0200 Subject: Cleanup of now no longer needed functions. --- backend/PrintAsm.ml | 1 - 1 file changed, 1 deletion(-) (limited to 'backend/PrintAsm.ml') 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 -- cgit