From 76f97eac9e0b6eee76469b2a00a9c157caa3da8a Mon Sep 17 00:00:00 2001 From: Théo Zimmermann Date: Mon, 12 Jun 2017 11:14:54 +0200 Subject: Remove more dead code (follow-up of previous commit). --- interp/constrextern.ml | 3 --- 1 file changed, 3 deletions(-) (limited to 'interp/constrextern.ml') diff --git a/interp/constrextern.ml b/interp/constrextern.ml index d254520e0..668a2e6ac 100644 --- a/interp/constrextern.ml +++ b/interp/constrextern.ml @@ -74,9 +74,6 @@ let print_projections = ref false let print_meta_as_hole = ref false -let with_arguments f = Flags.with_option print_arguments f -let with_implicits f = Flags.with_option print_implicits f -let with_coercions f = Flags.with_option print_coercions f let with_universes f = Flags.with_option print_universes f let with_meta_as_hole f = Flags.with_option print_meta_as_hole f let without_symbols f = Flags.with_option print_no_symbol f -- cgit v1.2.3