summaryrefslogtreecommitdiffstats
path: root/sys/libkern/strtouq.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/libkern/strtouq.c')
-rw-r--r--sys/libkern/strtouq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/libkern/strtouq.c b/sys/libkern/strtouq.c
index 4ed72a1..5877396 100644
--- a/sys/libkern/strtouq.c
+++ b/sys/libkern/strtouq.c
@@ -56,7 +56,6 @@ strtouq(const char *nptr, char **endptr, int base)
/*
* See strtoq for comments as to the logic used.
*/
- s = nptr;
do {
c = *s++;
} while (isspace(c));
OpenPOWER on IntegriCloud