Skip to content

Commit

Permalink
fix merge misses
Browse files Browse the repository at this point in the history
  • Loading branch information
blueboxd committed May 29, 2024
1 parent bb6d1f3 commit 9938ec7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions base/synchronization/waitable_event.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

namespace base {

#if !BUILDFLAG(IS_MAC)
WaitableEvent::~WaitableEvent() {
#if BUILDFLAG(ENABLE_BASE_TRACING)
// As requested in the documentation of perfetto::Flow::FromPointer, we should
Expand All @@ -37,7 +36,6 @@ WaitableEvent::~WaitableEvent() {
}
#endif // BUILDFLAG(ENABLE_BASE_TRACING)
}
#endif

void WaitableEvent::Signal() {
// Must be ordered before SignalImpl() to guarantee it's emitted before the
Expand Down

0 comments on commit 9938ec7

Please sign in to comment.