From fc8831fefe24849d2b89bb8c0049a0ba93aa8c9b Mon Sep 17 00:00:00 2001 From: varobert Date: Fri, 29 Jun 2012 22:13:38 +0000 Subject: checklink: removed garbage code git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1941 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- checklink/Check.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checklink') diff --git a/checklink/Check.ml b/checklink/Check.ml index 6b3653b..fb7099e 100644 --- a/checklink/Check.ml +++ b/checklink/Check.ml @@ -3420,7 +3420,7 @@ let check_elf_dump elffilename sdumps = (fun e -> match string_of_log_entry false e with | "" -> () - | s -> print_endline (s ^ "scoubidou") + | s -> print_endline s ) (rev efw.log) ) -- cgit v1.2.3