Skip to content

Commit

Permalink
Delete debugging code (include of stdio, eprintf)
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosaure committed Jul 3, 2019
1 parent eb0ea71 commit 966ca6a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src-c/digestif.ml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ module Unsafe (F : Foreign) (D : Desc) = struct
let unsafe_get t =
let res = By.create digest_size in
By.fill res 0 digest_size '\000' ;
Format.eprintf "(OCaml) Finalize\n%!" ;
F.Bytes.finalize t res 0 ; res
end

Expand Down
2 changes: 0 additions & 2 deletions src-c/native/stubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
#include <caml/memory.h>
#include <string.h>

#include <stdio.h>

#ifndef Bytes_val
#define Bytes_val(x) String_val(x)
#endif
Expand Down

0 comments on commit 966ca6a

Please sign in to comment.