summaryrefslogtreecommitdiff
path: root/src/Propellor
diff options
context:
space:
mode:
authorJoey Hess2018-07-11 13:39:11 -0400
committerJoey Hess2018-07-11 13:39:11 -0400
commit31358ddffc4240d0ff602d9a872fd89f06508d45 (patch)
treef3cc98b5f2c5a1c77c086e5b146abbd68b5fdacf /src/Propellor
parent51b3b5a5b8c33ba47cbb11a88f10b83b090155a2 (diff)
remove unused values
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,