From 5e728c9f4f520caefcf07d1ba50666da5803031c Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 18 Jan 2006 22:26:50 +0000 Subject: Remove unused CLOCK_IDFIELD_SIZE, not in glibc --- include/time.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/time.h') diff --git a/include/time.h b/include/time.h index 22e6c4b58..84e17f317 100644 --- a/include/time.h +++ b/include/time.h @@ -191,8 +191,6 @@ extern double difftime (time_t __time1, time_t __time0) __THROW __attribute__ ((__const__)); #endif /* __UCLIBC_HAS_FLOATS__ */ -# define CLOCK_IDFIELD_SIZE 3 - /* Return the `time_t' representation of TP and normalize TP. */ extern time_t mktime (struct tm *__tp) __THROW; -- cgit v1.2.3