From 0451b44f3600f2e05859b931324b823b62a8251d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 15 Apr 1998 00:02:10 +0000 Subject: Per suggestion from Eric Norum, went from one initial extension set to multiple. This lets the stack check extension be installed at system initialization time and avoids the BSP having to even know about its existence. --- cpukit/score/include/rtems/score/userext.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'cpukit/score/include') diff --git a/cpukit/score/include/rtems/score/userext.h b/cpukit/score/include/rtems/score/userext.h index b97923d88b..29b0e9564e 100644 --- a/cpukit/score/include/rtems/score/userext.h +++ b/cpukit/score/include/rtems/score/userext.h @@ -100,13 +100,6 @@ typedef struct { User_extensions_Table Callouts; } User_extensions_Control; -/* - * The following contains the static extension set which may be - * configured by the application. - */ - -SCORE_EXTERN User_extensions_Control _User_extensions_Initial; - /* * The following is used to manage the list of active extensions. */ -- cgit v1.2.3