Skip to content

Commit

Permalink
Merge pull request nasa#1114 from skliper/fix1110-es_prototypes
Browse files Browse the repository at this point in the history
Fix nasa#1110, Remove unimplemented ES prototypes
  • Loading branch information
astrogeco committed Feb 3, 2021
2 parents e739c3e + 2511181 commit aed159c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions fsw/cfe-core/src/es/cfe_es_apps.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit aed159c

Please sign in to comment.