diff options
Diffstat (limited to 'printing/printer.ml')
| -rw-r--r-- | printing/printer.ml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/printing/printer.ml b/printing/printer.ml index 1218c49b37..38b5e0bfdd 100644 --- a/printing/printer.ml +++ b/printing/printer.ml @@ -67,8 +67,6 @@ let pr_constr t = let (sigma, env) = get_current_context () in pr_constr_env env sigma t -let () = Hook.set Term.print_hook pr_constr - let pr_open_lconstr (_,c) = pr_lconstr c let pr_open_constr (_,c) = pr_constr c |
