summaryrefslogtreecommitdiff
path: root/lib/KeyRing.hs
diff options
context:
space:
mode:
authorJoe Crayne <joe@jerkface.net>2019-07-04 06:59:57 -0400
committerJoe Crayne <joe@jerkface.net>2019-07-04 07:06:52 -0400
commitbe4aea4b72b9544c4a982a883d7b66698d58272d (patch)
tree4a71fc0f1fde35fc290ba22ecbf441ba8b0ec801 /lib/KeyRing.hs
parent90d53ed9167c1263909d4488d940d585339d353c (diff)
Make ready for ascii-armor support.
Diffstat (limited to 'lib/KeyRing.hs')
-rw-r--r--lib/KeyRing.hs6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/KeyRing.hs b/lib/KeyRing.hs
index d85d2eb..44c3dce 100644
--- a/lib/KeyRing.hs
+++ b/lib/KeyRing.hs
@@ -173,12 +173,6 @@ isMutable :: StreamInfo -> Bool
173isMutable stream | KF_None <- fill stream = False 173isMutable stream | KF_None <- fill stream = False
174isMutable _ = True 174isMutable _ = True
175 175
176{-
177pwfile :: FileType -> Maybe InputFile
178pwfile (KeyRingFile f) = f
179pwfile _ = Nothing
180-}
181
182 176
183filesToLock :: 177filesToLock ::
184 KeyRingOperation -> InputFileContext -> [FilePath] 178 KeyRingOperation -> InputFileContext -> [FilePath]