[rtems commit] librtems++ - Remove junk line accidentally committed
Joel Sherrill
joel at rtems.org
Fri May 11 13:30:46 UTC 2012
Module: rtems
Branch: master
Commit: 9ee5b9750be864c49a8b281ee5b2b4089d547461
Changeset: http://git.rtems.org/rtems/commit/?id=9ee5b9750be864c49a8b281ee5b2b4089d547461
Author: Joel Sherrill <joel.sherrill at oarcorp.com>
Date: Fri May 11 08:33:36 2012 -0500
librtems++ - Remove junk line accidentally committed
---
c/src/librtems++/src/rtemsInterrupt.cc | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/c/src/librtems++/src/rtemsInterrupt.cc b/c/src/librtems++/src/rtemsInterrupt.cc
index 436e362..f6026ee 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),
More information about the vc
mailing list