aboutsummaryrefslogtreecommitdiff
path: root/doc/developer-notes.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/developer-notes.md')
-rw-r--r--doc/developer-notes.md4
1 files changed, 0 insertions, 4 deletions
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++
-------------