Skip to content

Commit

Permalink
Update log.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
fdr400 committed Dec 28, 2024
1 parent 5328d37 commit 7707437
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions universal/src/logging/log.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,6 @@ StaticLogEntry::StaticLogEntry(const char* path, int line) noexcept {
static_assert(sizeof(LogEntryContent) == sizeof(content_));
// static_assert(std::is_trivially_destructible_v<LogEntryContent>);
auto* item = new (&content_) LogEntryContent(path, line);
#if defined(__APPLE__)
item->state.store(EntryState{});
#endif
RegisterLogLocation(*item);
}

Expand Down

0 comments on commit 7707437

Please sign in to comment.