diff options
author | Jim Meyering <jim@meyering.net> | 2002-10-13 12:23:25 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-10-13 12:23:25 +0000 |
commit | ff4e2725a7f25e0b4ac606fc127b392243a23e7d (patch) | |
tree | 7228c9effcaae66af347025fd9150e0cf1af0cf1 /lib | |
parent | bd9e754992a5ab5b358e563f728874bc21d4250a (diff) | |
download | coreutils-ff4e2725a7f25e0b4ac606fc127b392243a23e7d.tar.xz |
(initialized): Remove declaration now that it's unused.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/xnanosleep.c | 2 |
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. |