From 777f0ace3d2458cbe1840dcf3d8f350452721e84 Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Mon, 2 Feb 2015 09:30:53 +0100 Subject: Removing dead code. --- printing/ppconstrsig.mli | 2 -- printing/pptactic.mli | 3 --- printing/pptacticsig.mli | 1 - printing/printer.ml | 1 - 4 files changed, 7 deletions(-) (limited to 'printing') diff --git a/printing/ppconstrsig.mli b/printing/ppconstrsig.mli index 15413d515..b7eb9b1ff 100644 --- a/printing/ppconstrsig.mli +++ b/printing/ppconstrsig.mli @@ -12,8 +12,6 @@ open Libnames open Constrexpr open Names open Misctypes -open Locus -open Genredexpr module type Pp = sig diff --git a/printing/pptactic.mli b/printing/pptactic.mli index 284237f01..a0bbc2e79 100644 --- a/printing/pptactic.mli +++ b/printing/pptactic.mli @@ -15,9 +15,6 @@ open Names open Constrexpr open Tacexpr open Ppextend -open Environ -open Pattern -open Misctypes type 'a raw_extra_genarg_printer = (constr_expr -> std_ppcmds) -> diff --git a/printing/pptacticsig.mli b/printing/pptacticsig.mli index 98b5757da..166a6675c 100644 --- a/printing/pptacticsig.mli +++ b/printing/pptacticsig.mli @@ -8,7 +8,6 @@ open Pp open Genarg -open Names open Constrexpr open Tacexpr open Ppextend diff --git a/printing/printer.ml b/printing/printer.ml index 8a2d6e7bd..fb98f6073 100644 --- a/printing/printer.ml +++ b/printing/printer.ml @@ -11,7 +11,6 @@ open Errors open Util open Names open Term -open Vars open Environ open Globnames open Nametab -- cgit v1.2.3