Admin/mira.py
changeset 48777 da0411d633ad
parent 48692 90e5093c3e1c
child 48778 fd50596bf78b
--- a/Admin/mira.py	Sat Aug 11 22:17:46 2012 +0200
+++ b/Admin/mira.py	Sun Aug 12 00:16:04 2012 +0200
@@ -217,11 +217,6 @@
 '''
 
 @configuration(repos = [Isabelle], deps = [])
-def AFP_images(*args):
-    """Isabelle images needed for the AFP (64 bit)"""
-    return isabelle_build(*(args + ("-b", "-j", "2", "Pure", "HOL", "HOLCF", "HOL-Word")), more_settings=settings64)
-
-@configuration(repos = [Isabelle], deps = [])
 def Isabelle_makeall(*args):
     """Build all sessions"""
     return isabelle_build(*(args + ("-j", "6", "-o", "threads=4", "-a")), more_settings=settings64)