Remove unused functions in seeder/db.h
Summary: These functions are not used at all.
Test Plan:
make check
The following 5 commands should output nothing:
grep -rnI Skipped\( grep -rnI Skipped_\( grep -rnI Bad\( grep -rnI Get\( grep -rnI GetMany_\( grep -rnI Good\(
The last command above should output the following:
db.h:115: ret.fGood = IsGood(); db.h:120: bool IsGood() const { db.h:161: if (IsGood()) { db.h:183: if (IsGood()) { db.h:406: if (info.IsGood()) { db.cpp:100: if (info.IsGood() && goodId.count(id) == 0) { db.cpp:131: if (/*!info.IsGood() && */ goodId.count(id) == 1) {
Reviewers: deadalnix, Fabien, jasonbcox, O1 Bitcoin ABC, #bitcoin_abc
Reviewed By: deadalnix, O1 Bitcoin ABC, #bitcoin_abc
Differential Revision: https://reviews.bitcoinabc.org/D4694