diff options
author | John Newbery <john@johnnewbery.com> | 2021-09-07 13:31:10 +0100 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2021-09-07 13:31:10 +0100 |
commit | bfdf4ef334a16ef6108a658bf4f8514754128c18 (patch) | |
tree | d26a8ee394821720ca9b5e67180dc0352c69ff30 /src/netaddress.h | |
parent | 07a9eccb60485e71494664cc2b1964ae06a3dcf0 (diff) |
[asmap] Remove SanityCheckASMap() from netaddress
SanityCheckASMap(asmap, bits) simply calls through to SanityCheckASMap(asmap)
in util/asmap. Update all callers to simply call that function.
Diffstat (limited to 'src/netaddress.h')
-rw-r--r-- | src/netaddress.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/netaddress.h b/src/netaddress.h index eb35ed3fac..cfb2edcd34 100644 --- a/src/netaddress.h +++ b/src/netaddress.h @@ -567,6 +567,4 @@ public: } }; -bool SanityCheckASMap(const std::vector<bool>& asmap); - #endif // BITCOIN_NETADDRESS_H |