Skip to content

Commit faaa60a

Browse files
author
MarcoFalke
committed
Remove unused find_value global function
1 parent fa422ae commit faaa60a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/univalue/include/univalue.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,4 @@ static inline bool json_isspace(int ch)
201201

202202
extern const UniValue NullUniValue;
203203

204-
inline const UniValue& find_value(const UniValue& obj, const std::string& name) { return obj.find_value(name); }
205-
206204
#endif // BITCOIN_UNIVALUE_INCLUDE_UNIVALUE_H

0 commit comments

Comments
 (0)