removed obsolete get_sg;
authorwenzelm
Mon, 30 Apr 2007 13:33:00 +0200
changeset 22827 7dc27b37f7f7
parent 22826 0f4c501a691e
child 22828 2064f0fd20c9
removed obsolete get_sg;
src/Pure/context.ML
--- a/src/Pure/context.ML	Mon Apr 30 13:32:58 2007 +0200
+++ b/src/Pure/context.ML	Mon Apr 30 13:33:00 2007 +0200
@@ -569,7 +569,6 @@
   val init: theory -> theory
   val print: theory -> unit
   val get: theory -> T
-  val get_sg: theory -> T    (*obsolete*)
   val put: T -> theory -> theory
   val map: (T -> T) -> theory -> theory
 end;