From 2511181e631c06aeb8834e560a180ae465e5038a Mon Sep 17 00:00:00 2001 From: Jacob Hageman Date: Fri, 22 Jan 2021 10:00:02 -0500 Subject: [PATCH] Fix #1110, Remove unimplemented ES prototypes --- fsw/cfe-core/src/es/cfe_es_apps.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/fsw/cfe-core/src/es/cfe_es_apps.h b/fsw/cfe-core/src/es/cfe_es_apps.h index 82b307e02..cb6c73bf6 100644 --- a/fsw/cfe-core/src/es/cfe_es_apps.h +++ b/fsw/cfe-core/src/es/cfe_es_apps.h @@ -238,17 +238,6 @@ int32 CFE_ES_LoadLibrary(CFE_ES_ResourceID_t *LibraryIdPtr, const char *EntryPointName, const char *LibName); -/* -** Get Application List -*/ -int32 CFE_ES_AppGetList(uint32 AppIdArray[], uint32 ArraySize); - -/* -** Dump All application properties to a file -** Note: Do we want to specify a file here? -*/ -int32 CFE_ES_AppDumpAllInfo(void); - /* ** Scan the Application Table for actions to take */