From 01b32d44a41e2959927dea4dafd786a11afc901b Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 25 Jan 2016 08:54:17 +0100 Subject: score: Delete obsolete CPU_TIMESTAMP_* defines Update #2271. --- cpukit/score/cpu/epiphany/rtems/score/cpu.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cpukit/score/cpu/epiphany/rtems/score/cpu.h') diff --git a/cpukit/score/cpu/epiphany/rtems/score/cpu.h b/cpukit/score/cpu/epiphany/rtems/score/cpu.h index d0cbb64b44..967b8021ba 100644 --- a/cpukit/score/cpu/epiphany/rtems/score/cpu.h +++ b/cpukit/score/cpu/epiphany/rtems/score/cpu.h @@ -813,10 +813,6 @@ void _CPU_Context_Initialize( #endif -#define CPU_TIMESTAMP_USE_STRUCT_TIMESPEC FALSE -#define CPU_TIMESTAMP_USE_INT64 TRUE -#define CPU_TIMESTAMP_USE_INT64_INLINE FALSE - typedef struct { /* There is no CPU specific per-CPU state */ } CPU_Per_CPU_control; -- cgit v1.2.3