From 2adf328d050b36e5de2d9a87dc2d22f8696fa378 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 11 May 2020 15:08:55 +0200 Subject: rtems: Remove support for RTEMS_DEPRECATED_TYPES Close #3584. --- cpukit/include/rtems/score/basedefs.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cpukit/include/rtems/score/basedefs.h') diff --git a/cpukit/include/rtems/score/basedefs.h b/cpukit/include/rtems/score/basedefs.h index 01c773ffe9..95d5fc2999 100644 --- a/cpukit/include/rtems/score/basedefs.h +++ b/cpukit/include/rtems/score/basedefs.h @@ -549,12 +549,6 @@ extern void RTEMS_DEQUALIFY_types_not_compatible(void); #define RTEMS_XSTRING( _x ) RTEMS_STRING( _x ) #ifndef ASM - #ifdef RTEMS_DEPRECATED_TYPES - typedef bool boolean RTEMS_DEPRECATED; - typedef float single_precision RTEMS_DEPRECATED; - typedef double double_precision RTEMS_DEPRECATED; - #endif - /** * XXX: Eventually proc_ptr needs to disappear!!! */ -- cgit v1.2.3