mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-22 12:05:53 +00:00
Remove unused featureCompareFlowV1V2
This commit is contained in:
@@ -76,7 +76,6 @@ class FeatureCollections
|
||||
"TrustSetAuth", // Unconditionally supported.
|
||||
"FeeEscalation", // Unconditionally supported.
|
||||
"OwnerPaysFee",
|
||||
"CompareFlowV1V2",
|
||||
"PayChan",
|
||||
"Flow", // Unconditionally supported.
|
||||
"CompareTakerFlowCross",
|
||||
@@ -366,7 +365,6 @@ foreachFeature(FeatureBitset bs, F&& f)
|
||||
|
||||
extern uint256 const featureTickets;
|
||||
extern uint256 const featureOwnerPaysFee;
|
||||
extern uint256 const featureCompareFlowV1V2;
|
||||
extern uint256 const featurePayChan;
|
||||
extern uint256 const featureFlow;
|
||||
extern uint256 const featureCompareTakerFlowCross;
|
||||
|
||||
@@ -156,7 +156,6 @@ uint256 bitsetIndexToFeature(size_t i)
|
||||
|
||||
uint256 const featureTickets = *getRegisteredFeature("Tickets");
|
||||
uint256 const featureOwnerPaysFee = *getRegisteredFeature("OwnerPaysFee");
|
||||
uint256 const featureCompareFlowV1V2 = *getRegisteredFeature("CompareFlowV1V2");
|
||||
uint256 const featurePayChan = *getRegisteredFeature("PayChan");
|
||||
uint256 const featureFlow = *getRegisteredFeature("Flow");
|
||||
uint256 const featureCompareTakerFlowCross = *getRegisteredFeature("CompareTakerFlowCross");
|
||||
|
||||
Reference in New Issue
Block a user