Remove duplicate NDEBUG check from compat/assumptions.h

The check is already done in util/check.h, which is more widely
included.
This commit is contained in:
MarcoFalke
2023-10-04 11:06:24 +02:00
parent 97f756b12c
commit faa3d4f1d8
3 changed files with 3 additions and 10 deletions

View File

@@ -47,7 +47,7 @@
#include <txmempool.h>
#include <uint256.h>
#include <undo.h>
#include <util/check.h> // For NDEBUG compile time check
#include <util/check.h>
#include <util/fs.h>
#include <util/fs_helpers.h>
#include <util/hasher.h>