From 4ac6edc22587ae3c19c36925dbf003c2e111fffa Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Fri, 15 Jul 2011 14:30:49 +0000 Subject: [PATCH] Dead code removed from the interface. It is used internally via references. --- matita/components/ng_library/nCicLibrary.mli | 2 ++ 1 file changed, 2 insertions(+) diff --git a/matita/components/ng_library/nCicLibrary.mli b/matita/components/ng_library/nCicLibrary.mli index 63bd7518a..63589694a 100644 --- a/matita/components/ng_library/nCicLibrary.mli +++ b/matita/components/ng_library/nCicLibrary.mli @@ -29,8 +29,10 @@ val add_constraint: #status as 'status -> NCic.universe -> NCic.universe -> 'status val aliases_of: NUri.uri -> NReference.reference list val resolve: string -> NReference.reference list +(* (* warning: get_obj may raise (NCicEnvironment.ObjectNotFoud l) *) val get_obj: #NCic.status -> NUri.uri -> NCic.obj (* changes the current timestamp *) +*) val time_travel: #status -> unit -- 2.39.2