diff options
author | varobert <varobert@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2012-06-29 22:13:38 +0000 |
---|---|---|
committer | varobert <varobert@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2012-06-29 22:13:38 +0000 |
commit | fc8831fefe24849d2b89bb8c0049a0ba93aa8c9b (patch) | |
tree | e82f3ace303ea1c389bde4dee159d76a8e360da6 /checklink | |
parent | 7a614ea53948423b0266eefd98ea5714559c3cfc (diff) |
checklink: removed garbage code
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1941 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'checklink')
-rw-r--r-- | checklink/Check.ml | 2 |
1 files changed, 1 insertions, 1 deletions
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) ) |