diff options
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 |
