mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
Remove unnecessary STRACE() statement
This commit is contained in:
parent
fc595a7111
commit
b74d8c1acd
2 changed files with 0 additions and 3 deletions
|
@ -49,9 +49,6 @@ static errno_t sys_clock_nanosleep(int clock, int flags,
|
|||
int e, rc;
|
||||
BEGIN_CANCELLATION_POINT;
|
||||
e = errno;
|
||||
STRACE("clock_nanosleep(%s, %s, %s, %s) → ...", DescribeClockName(clock),
|
||||
DescribeSleepFlags(flags), DescribeTimespec(0, req),
|
||||
DescribeTimespec(0, rem));
|
||||
if (IsLinux() || IsFreebsd() || IsNetbsd()) {
|
||||
rc = __sys_clock_nanosleep(clock, flags, req, rem);
|
||||
} else if (IsXnu()) {
|
||||
|
|
Loading…
Reference in a new issue