summaryrefslogtreecommitdiff
path: root/lib/KeyRing.hs
diff options
context:
space:
mode:
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]