From 9ee5b9750be864c49a8b281ee5b2b4089d547461 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 11 May 2012 08:33:36 -0500 Subject: librtems++ - Remove junk line accidentally committed --- c/src/librtems++/src/rtemsInterrupt.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/c/src/librtems++/src/rtemsInterrupt.cc b/c/src/librtems++/src/rtemsInterrupt.cc index 436e362a2f..f6026ee266 100644 --- a/c/src/librtems++/src/rtemsInterrupt.cc +++ b/c/src/librtems++/src/rtemsInterrupt.cc @@ -20,6 +20,8 @@ #include +#if (CPU_SIMPLE_VECTORED_INTERRUPTS == TRUE) + /* ---- Interrupt Table @@ -38,9 +40,6 @@ static bool initialised = false; #include -#if (CPU_SIMPLE_VECTORED_INTERRUPTS == TRUE) - -typedef void * ISR_Handler void *; rtemsInterrupt::rtemsInterrupt() : vector(0), caught(false), -- cgit v1.2.3