summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sparc/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/sparc/cpu.c')
-rw-r--r--cpukit/score/cpu/sparc/cpu.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/cpukit/score/cpu/sparc/cpu.c b/cpukit/score/cpu/sparc/cpu.c
index e45d252163..52ba52f738 100644
--- a/cpukit/score/cpu/sparc/cpu.c
+++ b/cpukit/score/cpu/sparc/cpu.c
@@ -281,7 +281,6 @@ void _CPU_Context_Initialize(
)
{
uint32_t stack_high; /* highest "stack aligned" address */
- uint32_t the_size;
uint32_t tmp_psr;
/*
@@ -292,8 +291,6 @@ void _CPU_Context_Initialize(
stack_high = ((uint32_t)(stack_base) + size);
stack_high &= ~(CPU_STACK_ALIGNMENT - 1);
- the_size = size & ~(CPU_STACK_ALIGNMENT - 1);
-
/*
* See the README in this directory for a diagram of the stack.
*/