summaryrefslogtreecommitdiff
path: root/cpukit/score/cpu/x86_64/cpu.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-12-06 20:24:37 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-12 09:08:35 +0100
commitbf39a9e2a8f94f44a0bb0415e8a15a1a51418568 (patch)
treec49132cb6b256262a08609cf940f12cad7778e0b /cpukit/score/cpu/x86_64/cpu.c
parentb900f507cbd46f6e19e6ea37f59f5ba0b8c50d90 (diff)
score: Remove superfluous FP types/defines
Update #3835.
Diffstat (limited to 'cpukit/score/cpu/x86_64/cpu.c')
-rw-r--r--cpukit/score/cpu/x86_64/cpu.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/score/cpu/x86_64/cpu.c b/cpukit/score/cpu/x86_64/cpu.c
index eb10c0d427..5cc12c69cf 100644
--- a/cpukit/score/cpu/x86_64/cpu.c
+++ b/cpukit/score/cpu/x86_64/cpu.c
@@ -42,8 +42,6 @@
#include <rtems/score/wkspace.h>
#include <rtems/score/tls.h>
-Context_Control_fp _CPU_Null_fp_context;
-
void _CPU_Exception_frame_print(const CPU_Exception_frame *ctx)
{
}