refactor: Remove useless extern keyword

This commit is contained in:
MarcoFalke 2021-05-10 09:13:33 +02:00
parent adf7843410
commit fa4bbd306e
No known key found for this signature in database
GPG key ID: CE2B75697E69A548
6 changed files with 14 additions and 15 deletions

View file

@ -15,7 +15,7 @@
#include <univalue.h>
extern UniValue read_json(const std::string& jsondata);
UniValue read_json(const std::string& jsondata);
BOOST_FIXTURE_TEST_SUITE(key_io_tests, BasicTestingSetup)