From ff4e2725a7f25e0b4ac606fc127b392243a23e7d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 13 Oct 2002 12:23:25 +0000 Subject: [PATCH] (initialized): Remove declaration now that it's unused. --- lib/xnanosleep.c | 2 -- 1 file changed, 2 deletions(-) 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. -- 2.47.2