Remove unused find_value global function

pull/27605/head
MarcoFalke 2 years ago
parent fa422aeec2
commit faaa60a30e
No known key found for this signature in database

@ -201,6 +201,4 @@ static inline bool json_isspace(int ch)
extern const UniValue NullUniValue;
inline const UniValue& find_value(const UniValue& obj, const std::string& name) { return obj.find_value(name); }
#endif // BITCOIN_UNIVALUE_INCLUDE_UNIVALUE_H

Loading…
Cancel
Save