mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-05-25 03:12:38 +02:00
Remove unused find_value global function
This commit is contained in:
parent
fa422aeec2
commit
faaa60a30e
@ -201,6 +201,4 @@ static inline bool json_isspace(int ch)
|
|||||||
|
|
||||||
extern const UniValue NullUniValue;
|
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
|
#endif // BITCOIN_UNIVALUE_INCLUDE_UNIVALUE_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user