removed commented out declaration
authorkleing
Fri, 09 Aug 2013 12:27:29 +0200
changeset 52924 9587134ec780
parent 52923 ec63c82551ae
child 52936 551d09fc245c
removed commented out declaration
src/HOL/IMP/Compiler.thy
--- a/src/HOL/IMP/Compiler.thy	Fri Aug 09 11:26:29 2013 +0200
+++ b/src/HOL/IMP/Compiler.thy	Fri Aug 09 12:27:29 2013 +0200
@@ -63,10 +63,6 @@
   "P \<turnstile> c \<rightarrow> c' = 
   (\<exists>i s stk. c = (i,s,stk) \<and> c' = iexec(P!!i) (i,s,stk) \<and> 0 \<le> i \<and> i < size P)"
 
-(*
-declare exec1_def [simp]
-*)
-
 lemma exec1I [intro, code_pred_intro]:
   "c' = iexec (P!!i) (i,s,stk) \<Longrightarrow> 0 \<le> i \<Longrightarrow> i < size P
   \<Longrightarrow> P \<turnstile> (i,s,stk) \<rightarrow> c'"