summaryrefslogtreecommitdiff
path: root/lib/xnanosleep.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-10-13 12:23:25 +0000
committerJim Meyering <jim@meyering.net>2002-10-13 12:23:25 +0000
commitff4e2725a7f25e0b4ac606fc127b392243a23e7d (patch)
tree7228c9effcaae66af347025fd9150e0cf1af0cf1 /lib/xnanosleep.c
parentbd9e754992a5ab5b358e563f728874bc21d4250a (diff)
downloadcoreutils-ff4e2725a7f25e0b4ac606fc127b392243a23e7d.tar.xz
(initialized): Remove declaration now that it's unused.
Diffstat (limited to 'lib/xnanosleep.c')
-rw-r--r--lib/xnanosleep.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/xnanosleep.c b/lib/xnanosleep.c
index c6acbac2f..ca8727bd0 100644
--- a/lib/xnanosleep.c
+++ b/lib/xnanosleep.c
@@ -54,8 +54,6 @@
#include "xnanosleep.h"
#include "xstrtod.h"
-static int initialized = 0;
-
/* Subtract the `struct timespec' values X and Y,
storing the difference in DIFF.
Return 1 if the difference is positive, otherwise 0.