CORDA-3730: Remove unused feature. (#6234)

This commit is contained in:
Adel El-Beik 2020-05-12 09:52:32 +01:00 committed by GitHub
parent 1547efb093
commit 3ced611031
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,5 @@ Constants for new features that can only be switched on at specific platform ver
The text constant describes the feature and the numeric specifies the platform version the feature is enabled at.
*/
object PlatformVersionSwitches {
const val REMOVE_NO_OVERLAP_RULE_FOR_REFERENCE_DATA_ATTACHMENTS = 7
const val ENABLE_P2P_COMPRESSION = 7
}