From: Jim Meyering Date: Sun, 13 Oct 2002 12:23:25 +0000 (+0000) Subject: (initialized): Remove declaration now that it's unused. X-Git-Tag: v4.5.3~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff4e2725a7f25e0b4ac606fc127b392243a23e7d;p=thirdparty%2Fcoreutils.git (initialized): Remove declaration now that it's unused. --- diff --git a/lib/xnanosleep.c b/lib/xnanosleep.c index c6acbac2fb..ca8727bd04 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.