We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8637d18 commit d24f086Copy full SHA for d24f086
stdlib/public/Concurrency/Actor.cpp
@@ -357,8 +357,6 @@ const char *__swift_runtime_env_useLegacyNonCrashingExecutorChecks() {
357
#endif
358
}
359
360
-#pragma clang diagnostic push
361
-#pragma ide diagnostic ignored "ConstantConditionsOC"
362
// Done this way because of the interaction with the initial value of
363
// 'unexpectedExecutorLogLevel'
364
bool swift_bincompat_useLegacyNonCrashingExecutorChecks() {
@@ -378,7 +376,6 @@ bool swift_bincompat_useLegacyNonCrashingExecutorChecks() {
378
376
379
377
return legacyMode;
380
381
-#pragma clang diagnostic pop
382
383
// Check override of executor checking mode.
384
static void checkIsCurrentExecutorMode(void *context) {
0 commit comments