Page MenuHomePhabricator

Remove unused seeder/compat.h
ClosedPublic

Authored by Fabien on Mar 22 2019, 12:04.

Details

Summary

This file is no longer used in the seeder since it is included in the
main tree (src/compat.h is used).

Test Plan
./autogen.sh
mkdir build && cd build
../configure
make
./src/bitcoin-seeder

Ensure the software runs as expected

cd ..
mkdir buildcmake && cd buildcmake
cmake -GNinja ..
ninja
./src/bitcoin-seeder

Ensure the software runs as expected

Diff Detail

Repository
rABC Bitcoin ABC
Branch
remove_seeder_compat
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 5272
Build 8607: Bitcoin ABC Buildbot (legacy)
Build 8606: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Mar 22 2019, 12:39
This revision was automatically updated to reflect the committed changes.