From 3b170f53b369112b9944e631a504dff06184fe69 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 20 Jul 1995 13:20:18 +0000 Subject: removed junk field in context_control --- c/src/exec/score/cpu/unix/cpu.h | 1 - 1 file changed, 1 deletion(-) diff --git a/c/src/exec/score/cpu/unix/cpu.h b/c/src/exec/score/cpu/unix/cpu.h index 0fbf7ed0dd..b3e2c927e7 100644 --- a/c/src/exec/score/cpu/unix/cpu.h +++ b/c/src/exec/score/cpu/unix/cpu.h @@ -449,7 +449,6 @@ extern "C" { typedef struct { jmp_buf regs; sigset_t isr_level; - int junk; } Context_Control; typedef struct { -- cgit v1.2.3