diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-05-20 23:29:20 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-05-20 23:29:20 -0400 |
| commit | 3358fe355ac525d46588f21fc8360a4f78e636e2 (patch) | |
| tree | b630461f9843462451ea08e9acfe565e9a5832a2 /src | |
| parent | bc9ab59f329124fde5c4b5733215bf556c53abbb (diff) | |
remove commented out code
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/PropAccum.hs | 6 |
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 |
