diff --git a/doc/developer-notes.md b/doc/developer-notes.md index 9b1026a375..b1bb7dc887 100644 --- a/doc/developer-notes.md +++ b/doc/developer-notes.md @@ -657,10 +657,6 @@ Wallet - Make sure that no crashes happen with run-time option `-disablewallet`. -- Include `db_cxx.h` (BerkeleyDB header) only when `ENABLE_WALLET` is set. - - - *Rationale*: Otherwise compilation of the disable-wallet build will fail in environments without BerkeleyDB. - General C++ -------------