# HG changeset patch # User wenzelm # Date 1208360442 -7200 # Node ID 9f3f5429bac68b30b52bc86e5bd7ad9618dbe7ec # Parent 40aefd1e8f05ac103101d2970fff2e641a00b3c4 removed obsolete premsN; diff -r 40aefd1e8f05 -r 9f3f5429bac6 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;