summaryrefslogtreecommitdiff
path: root/src/Propellor
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor')
-rw-r--r--src/Propellor/Property/Dns.hs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Propellor/Property/Dns.hs b/src/Propellor/Property/Dns.hs
index 8e38a75e..18fe1749 100644
--- a/src/Propellor/Property/Dns.hs
+++ b/src/Propellor/Property/Dns.hs
@@ -323,11 +323,6 @@ rValue (SSHFP x y s) = Just $ unwords
]
rValue (INCLUDE f) = Just f
rValue (TXT s) = Just $ zoneFileString s
- where
- op = '('
- cp = ')'
- w = ' '
- q = '"'
rValue (PTR _) = Nothing
-- Bind has a limit on the length of a string in its zone file,