Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary inclusion of sys/syscall.h in base/logging.cc
The inclusion of sys/syscall.h was introduced in crrev.com/4916 to obtain the current thread ID via `syscall(__NR_gettid)`. The code was later changed in crrev.com/118152 to use `base::PlatformThread::CurrentId()` instead. The inclusion of sys/syscall.h is no longer needed and thus removed by this CL. BUG=None Review URL: https://codereview.chromium.org/1812733002 Cr-Commit-Position: refs/heads/master@{#381735}
- Loading branch information