mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 14:38:29 +01:00
Remove unused find_value global function
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user