fix: remove unused feature flag

This commit is contained in:
Harsh Shandilya
2023-06-27 17:29:42 +05:30
parent b3be9bad26
commit 6a18c04e38

View File

@@ -13,13 +13,6 @@ enum class Feature(
val configKey: String,
) {
/** Opt into the new PGP backend powered by the PGPainless library. */
@Deprecated(
"The PGPainless backend is now the only available one",
level = DeprecationLevel.ERROR
)
EnablePGPainlessBackend(true, "enable_pgp_v2_backend"),
/** Opt into the new SSH layer implemented as a freestanding module. */
EnableNewSSHLayer(false, "enable_new_ssh"),