aboutsummaryrefslogtreecommitdiff
path: root/src/univalue
diff options
context:
space:
mode:
authorMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-05-09 09:51:36 +0200
committerMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-05-09 18:48:10 +0200
commitfaaa60a30e7738a1490c9c2bb8963420f53c7f2d (patch)
tree6bc5ca6a7f5d8ee58a61504ee4c5955edd32da05 /src/univalue
parentfa422aeec2909df0151177816dc1ff5eb5a1fbab (diff)
Remove unused find_value global function
Diffstat (limited to 'src/univalue')
-rw-r--r--src/univalue/include/univalue.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/univalue/include/univalue.h b/src/univalue/include/univalue.h
index 621e9f8025..004135ef97 100644
--- a/src/univalue/include/univalue.h
+++ b/src/univalue/include/univalue.h
@@ -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