summaryrefslogtreecommitdiffstats
path: root/c/src/exec/sapi/src/exinit.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-07-04 16:22:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-07-04 16:22:54 +0000
commit37cd592b0fa2ffa777093db0c10c57ea2cd8665b (patch)
tree959fc22899def104ce05f050324e39fc301ae4ae /c/src/exec/sapi/src/exinit.c
parent2002-07-04 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-37cd592b0fa2ffa777093db0c10c57ea2cd8665b.tar.bz2
2002-07-04 Joel Sherrill <joel@OARcorp.com>
* Jump table for single entry point removed. * include/rtems/directives.h, src/entrytable.c: Removed. * include/Makefile.am, src/Makefile.am, src/exinit.c: Modified to reflect above.
Diffstat (limited to '')
-rw-r--r--c/src/exec/sapi/src/exinit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/src/exec/sapi/src/exinit.c b/c/src/exec/sapi/src/exinit.c
index 2bc61afb09..8206e174c2 100644
--- a/c/src/exec/sapi/src/exinit.c
+++ b/c/src/exec/sapi/src/exinit.c
@@ -44,7 +44,6 @@
#include <rtems/score/watchdog.h>
#include <rtems/score/wkspace.h>
-#include <rtems/directives.h>
#include <rtems/sptables.h>