Remove unused class (#1657)

This commit is contained in:
Harsh Shandilya 2022-01-10 17:21:41 +05:30 committed by GitHub
parent 0def9a04f2
commit b1832c5595
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +0,0 @@
package dev.msfjarvis.aps.util
/** Naive feature flagging functionality to allow merging incomplete features */
object FeatureFlags {
const val ENABLE_PGP_V2_BACKEND = false
}