Skip to content

Commit ba740aa

Browse files
committed
remove irrelevant comment
1 parent 0728fb8 commit ba740aa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

compiler-rt/lib/asan/asan_rtl.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -437,10 +437,6 @@ static bool AsanInitInternal() {
437437
// flags().
438438
InitializeFlags();
439439

440-
// NOTE: The sleep before/after init` flags will not work on Windows when set
441-
// through
442-
// `__asan_default_options`, because that function is not guaranteed to be
443-
// bound this early in initialization.
444440
WaitForDebugger(flags()->sleep_before_init, "before init");
445441

446442
// Stop performing init at this point if we are being loaded via

0 commit comments

Comments
 (0)