Skip to content

Commit

Permalink
Fix #1110, Remove unimplemented ES prototypes
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Jan 27, 2021
1 parent 4374482 commit 2511181
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 2511181

Please sign in to comment.