summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2016-05-20 23:29:20 -0400
committerJoey Hess2016-05-20 23:29:20 -0400
commit3358fe355ac525d46588f21fc8360a4f78e636e2 (patch)
treeb630461f9843462451ea08e9acfe565e9a5832a2
parentbc9ab59f329124fde5c4b5733215bf556c53abbb (diff)
remove commented out code
-rw-r--r--src/Propellor/PropAccum.hs6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Propellor/PropAccum.hs b/src/Propellor/PropAccum.hs
index d9fa8ec7..fcac60bf 100644
--- a/src/Propellor/PropAccum.hs
+++ b/src/Propellor/PropAccum.hs
@@ -78,9 +78,3 @@ Props c &^ p = Props (toChildProperty p : c)
-> RevertableProperty (MetaTypes y) (MetaTypes z)
-> Props (MetaTypes (Combine x z))
Props c ! p = Props (c ++ [toChildProperty (revert p)])
-
--- addPropsHost :: Host -> [Prop] -> Host
--- addPropsHost (Host hn ps i) p = Host hn ps' i'
--- where
--- ps' = ps ++ [toChildProperty p]
--- i' = i <> getInfoRecursive p