Skip to content

Commit 68aea18

Browse files
committed
comment out the unused method ASSERT
1 parent d69a954 commit 68aea18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/tools.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
#include <omp.h> /* OpenMP */
5353
#endif
5454

55-
#ifdef NDEBUG
55+
/*#ifdef NDEBUG
5656
#define ASSERT(EXPRESSION) ((void)0)
5757
#else
5858
#if defined(__GNUC__) || defined(__clang__)
@@ -66,7 +66,7 @@
6666
? (void)0 \
6767
: cmaple::_my_assert(#EXPRESSION, __func__, __FILE__, __LINE__))
6868
#endif
69-
#endif
69+
#endif*/
7070

7171
#define USE_HASH_MAP
7272

0 commit comments

Comments
 (0)