소스 검색

Remove unused CLOCK_IDFIELD_SIZE, not in glibc

Peter S. Mazinger 18 년 전
부모
커밋
5e728c9f4f
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      include/time.h

+ 0 - 2
include/time.h

@@ -191,8 +191,6 @@ extern double difftime (time_t __time1, time_t __time0)
      __THROW __attribute__ ((__const__));
      __THROW __attribute__ ((__const__));
 #endif /* __UCLIBC_HAS_FLOATS__ */
 #endif /* __UCLIBC_HAS_FLOATS__ */
 
 
-# define CLOCK_IDFIELD_SIZE	3
-
 /* Return the `time_t' representation of TP and normalize TP.  */
 /* Return the `time_t' representation of TP and normalize TP.  */
 extern time_t mktime (struct tm *__tp) __THROW;
 extern time_t mktime (struct tm *__tp) __THROW;