removing redundant attribute code_inline in the code generator
authorbulwahn
Fri, 21 Oct 2011 11:17:12 +0200
changeset 45230 1b08942bb86f
parent 45227 f00a1aee5bc2
child 45231 d85a2fdc586c
removing redundant attribute code_inline in the code generator
src/Tools/Code/code_preproc.ML
--- a/src/Tools/Code/code_preproc.ML	Fri Oct 21 10:37:03 2011 +0200
+++ b/src/Tools/Code/code_preproc.ML	Fri Oct 21 11:17:12 2011 +0200
@@ -518,8 +518,6 @@
   in
     Attrib.setup @{binding code_unfold} (add_del_attribute_parser add_unfold del_unfold)
         "preprocessing equations for code generator"
-    #> Attrib.setup @{binding code_inline} (add_del_attribute_parser add_unfold del_unfold)
-        "preprocessing equations for code generator"
     #> Attrib.setup @{binding code_post} (add_del_attribute_parser add_post del_post)
         "postprocessing equations for code generator"
     #> Attrib.setup @{binding code_unfold_post} (Scan.succeed (mk_attribute add_unfold_post))