summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/unix/rtems/score/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/unix/rtems/score/types.h')
-rw-r--r--cpukit/score/cpu/unix/rtems/score/types.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/cpukit/score/cpu/unix/rtems/score/types.h b/cpukit/score/cpu/unix/rtems/score/types.h
index 0ed9a72479..9e26d12234 100644
--- a/cpukit/score/cpu/unix/rtems/score/types.h
+++ b/cpukit/score/cpu/unix/rtems/score/types.h
@@ -42,15 +42,6 @@ extern "C" {
typedef uint16_t Priority_Bit_map_control;
-
-/*
- * some C++ compilers (eg: HP's) don't do 'long long'
- */
-#if defined(__GNUC__)
-typedef unsigned long long unsigned64; /* unsigned 64-bit integer */
-typedef signed long long signed64; /* 64 bit signed integer */
-#endif
-
typedef uint32_t boolean; /* Boolean value */
typedef float single_precision; /* single precision float */