remove spurious null check in clock_settime
authorRich Felker <dalias@aerifal.cx>
Thu, 8 Aug 2019 01:31:41 +0000 (21:31 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 8 Aug 2019 01:31:41 +0000 (21:31 -0400)
commita108127256a188130a80d6c7762ec8820e663b7c
tree9ed6ef2ff121ee5215e6cb82632476bf55790cd4
parent37d6d09ec66d7d571031674586869e9162c13fb1
remove spurious null check in clock_settime

at the point of this check, the pointer has already been dereferenced.
clock_settime is not defined for null pointer arguments.
src/time/clock_settime.c