From e99a42bdbb92aad79927b29269393b0aee8d047d Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Sun, 2 Jan 2022 16:21:11 -0800 Subject: [PATCH] . --- .../Sources/SecretKit/PublicKeyStandinFileController.swift | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Sources/Packages/Sources/SecretKit/PublicKeyStandinFileController.swift b/Sources/Packages/Sources/SecretKit/PublicKeyStandinFileController.swift index b35aaf9..977935f 100644 --- a/Sources/Packages/Sources/SecretKit/PublicKeyStandinFileController.swift +++ b/Sources/Packages/Sources/SecretKit/PublicKeyStandinFileController.swift @@ -11,10 +11,6 @@ public class PublicKeyFileStoreController { public init() { } - /// Removes and recreates the directory used to store keys. - public func clear() throws { - } - /// Writes out the keys specified to disk. /// - Parameter secrets: The Secrets to generate keys for. /// - Parameter clear: Whether or not the directory should be erased before writing keys.