summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/objinfo.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/objinfo.ml b/tools/objinfo.ml
index 682abb0e0..8c5475318 100644
--- a/tools/objinfo.ml
+++ b/tools/objinfo.ml
@@ -23,8 +23,6 @@ let print_digest d =
let print_info cu =
print_string " Unit name: "; print_string cu.cu_name; print_newline();
- print_string " Digest of interface implemented: ";
- print_digest cu.cu_interface; print_newline();
print_string " Interfaces imported:"; print_newline();
List.iter
(fun (name, digest) ->