Skip to content

Commit ef2edb8

Browse files
authored
Merge pull request #76092 from tbkka/tbkka-remove-assert-experiment
Correctly obey NDEBUG for CONDITIONAL_ASSERT
2 parents 5080628 + e537643 commit ef2edb8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/Basic/Assertions.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
#include "llvm/Support/CommandLine.h"
1818
#include "llvm/Support/raw_ostream.h"
1919
#include "swift/Basic/Assertions.h"
20-
#undef NDEBUG
21-
#include <cassert>
2220
#include <iostream>
2321

2422
llvm::cl::opt<bool> AssertContinue(

0 commit comments

Comments
 (0)