removed obsolete premsN;
authorwenzelm
Wed, 16 Apr 2008 17:40:42 +0200
changeset 26686 9f3f5429bac6
parent 26685 40aefd1e8f05
child 26687 fda7b0aff798
removed obsolete premsN;
src/Pure/Isar/auto_bind.ML
--- a/src/Pure/Isar/auto_bind.ML	Wed Apr 16 17:40:41 2008 +0200
+++ b/src/Pure/Isar/auto_bind.ML	Wed Apr 16 17:40:42 2008 +0200
@@ -10,7 +10,6 @@
   val rule_contextN: string
   val thesisN: string
   val thisN: string
-  val premsN: string
   val assmsN: string
   val goal: theory -> term list -> (indexname * term option) list
   val cases: theory -> term list -> (string * RuleCases.T option) list
@@ -26,7 +25,6 @@
 val rule_contextN = "rule_context";
 val thesisN = "thesis";
 val thisN = "this";
-val premsN = "prems";
 val assmsN = "assms";
 
 fun strip_judgment thy = ObjectLogic.drop_judgment thy o Logic.strip_assums_concl;