From 0bf40c277786b8efba333d392940ec4875db3702 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Wed, 11 Feb 2015 06:37:57 -0800 Subject: [PATCH] VAX, XQ: Removed unneeded variable declaration which caused linker warning using icc compiler --- PDP11/pdp11_xq.h | 1 - 1 file changed, 1 deletion(-) diff --git a/PDP11/pdp11_xq.h b/PDP11/pdp11_xq.h index 1b14bc44..b97ab2bf 100644 --- a/PDP11/pdp11_xq.h +++ b/PDP11/pdp11_xq.h @@ -75,7 +75,6 @@ extern int32 PSL; /* PSL */ extern int32 fault_PC; /* fault PC */ extern int32 int_req[IPL_HLVL]; -uint32 cpu_idle_mask; /* idle mask (OS type) */ #define ULTRIX1X ((cpu_idle_mask&VAX_IDLE_ULT1X) && ((cpu_idle_mask & ~VAX_IDLE_ULT1X) == 0)) #else /* PDP-11 version */ #include "pdp11_defs.h"