mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
Remove unused find_value global function
This commit is contained in:
parent
fa422aeec2
commit
faaa60a30e
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue