Remove unused find_value global function

This commit is contained in:
MarcoFalke 2023-05-09 09:51:36 +02:00
parent fa422aeec2
commit faaa60a30e
No known key found for this signature in database

View file

@ -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