summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-11 08:33:36 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-11 08:33:58 -0500
commit9ee5b9750be864c49a8b281ee5b2b4089d547461 (patch)
treeb041276e5e281dc6831ed376a95bcdbeced93081
parentfstests/fsrdwr: Add block read/write test case (diff)
downloadrtems-9ee5b9750be864c49a8b281ee5b2b4089d547461.tar.bz2
librtems++ - Remove junk line accidentally committed
-rw-r--r--c/src/librtems++/src/rtemsInterrupt.cc5
1 files 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 <rtems++/rtemsInterrupt.h>
+#if (CPU_SIMPLE_VECTORED_INTERRUPTS == TRUE)
+
/* ----
Interrupt Table
@@ -38,9 +40,6 @@ static bool initialised = false;
#include <cstdlib>
-#if (CPU_SIMPLE_VECTORED_INTERRUPTS == TRUE)
-
-typedef void * ISR_Handler void *;
rtemsInterrupt::rtemsInterrupt()
: vector(0),
caught(false),