From: Claudio Sacerdoti Coen Date: Fri, 15 Jul 2011 14:30:49 +0000 (+0000) Subject: Dead code removed from the interface. It is used internally via references. X-Git-Tag: make_still_working~2369 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=4ac6edc22587ae3c19c36925dbf003c2e111fffa;p=helm.git Dead code removed from the interface. It is used internally via references. --- 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