From 23ec6c6bb031d48e64be07acd199b957ada774e8 Mon Sep 17 00:00:00 2001
From: "Tanzima Z. Islam" <islam3@llnl.gov>
Date: Mon, 9 May 2016 16:34:27 -0700
Subject: [PATCH] Removed FIXME comments

---
 .../repos/builtin/packages/kripke/package.py     | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/var/spack/repos/builtin/packages/kripke/package.py b/var/spack/repos/builtin/packages/kripke/package.py
index b6f4e4fd73..f7cc96053a 100644
--- a/var/spack/repos/builtin/packages/kripke/package.py
+++ b/var/spack/repos/builtin/packages/kripke/package.py
@@ -1,19 +1,3 @@
-# FIXME:
-# This is a template package file for Spack.  We've conveniently
-# put "FIXME" labels next to all the things you'll want to change.
-#
-# Once you've edited all the FIXME's, delete this whole message,
-# save this file, and test out your package like this:
-#
-#     spack install kripke
-#
-# You can always get back here to change things with:
-#
-#     spack edit kripke
-#
-# See the spack documentation for more information on building
-# packages.
-#
 from spack import *
 
 class Kripke(Package):
-- 
GitLab