summaryrefslogtreecommitdiff
path: root/dev/db_printers.ml
diff options
context:
space:
mode:
Diffstat (limited to 'dev/db_printers.ml')
-rw-r--r--dev/db_printers.ml16
1 files changed, 0 insertions, 16 deletions
diff --git a/dev/db_printers.ml b/dev/db_printers.ml
deleted file mode 100644
index 50059508..00000000
--- a/dev/db_printers.ml
+++ /dev/null
@@ -1,16 +0,0 @@
-(************************************************************************)
-(* v * The Coq Proof Assistant / The Coq Development Team *)
-(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2016 *)
-(* \VV/ **************************************************************)
-(* // * This file is distributed under the terms of the *)
-(* * GNU Lesser General Public License Version 2.1 *)
-(************************************************************************)
-open Pp
-open Names
-
-let pp s = pp (hov 0 s)
-
-let prid id = Format.print_string (Id.to_string id)
-let prsp sp = Format.print_string (DirPath.to_string sp)
-
-