remove commented out redundant forward declaration

(cherry picked from commit 9565b6064dbbb3733107a0ee03c8a52881773487)
This commit is contained in:
Tom Trevethan 2026-02-11 22:37:17 +00:00 committed by Byron Hambly
parent a1bb0dd675
commit 00550f3014
No known key found for this signature in database
GPG key ID: DE8F6EA20A661697

View file

@ -468,9 +468,6 @@ util::Result<SelectionResult> KnapsackSolver(std::vector<OutputGroup>& groups, c
// Knapsack that delegates for every asset individually.
util::Result<SelectionResult> KnapsackSolver(std::vector<OutputGroup>& groups, const CAmountMap& mapTargetValue,
CAmount change_target, FastRandomContext& rng, int max_weight);
// Get coin selection waste for a map of asset->amount.
// [[nodiscard]] CAmount GetSelectionWaste(const std::set<COutput>& inputs, CAmount change_cost, const CAmountMap& target_map, bool use_effective_value);
} // namespace wallet
#endif // BITCOIN_WALLET_COINSELECTION_H