diff options
| author | Gaëtan Gilbert | 2017-06-22 13:18:08 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2017-08-01 19:28:11 +0200 |
| commit | 93567ef987f22a19ff538ac2617c27f6832c3ce3 (patch) | |
| tree | 80560e8c7946912383cf5cc59b5225152b0aad8b /dev/db_printers.ml | |
| parent | 6f1e5ff85d736b80a6d3490a21a30c8d37ea18de (diff) | |
Remove obsolete files
db_printers just isn't used.
api.txt is superseded by the API OCaml interface.
Diffstat (limited to 'dev/db_printers.ml')
| -rw-r--r-- | dev/db_printers.ml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/dev/db_printers.ml b/dev/db_printers.ml deleted file mode 100644 index f4b4a425e2..0000000000 --- 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-2017 *) -(* \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) - - |
