--- 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;