From bfdf4ef334a16ef6108a658bf4f8514754128c18 Mon Sep 17 00:00:00 2001 From: John Newbery Date: Tue, 7 Sep 2021 13:31:10 +0100 Subject: [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. --- src/netaddress.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/netaddress.h') 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& asmap); - #endif // BITCOIN_NETADDRESS_H -- cgit v1.2.3