Remove some section headers when the sections are empty.

This commit is contained in:
Gregory Nutt 2018-01-13 08:35:44 -06:00
parent 661718ee19
commit e2e53117a5
2 changed files with 0 additions and 36 deletions

View File

@ -83,18 +83,6 @@
# define ADDR_FAMILY AF_INET # define ADDR_FAMILY AF_INET
#endif #endif
/****************************************************************************
* Private Types
****************************************************************************/
/****************************************************************************
* Private Function Prototypes
****************************************************************************/
/****************************************************************************
* Private Data
****************************************************************************/
/**************************************************************************** /****************************************************************************
* Public Data * Public Data
****************************************************************************/ ****************************************************************************/
@ -114,10 +102,6 @@
const struct symtab_s CONFIG_EXECFUNCS_SYMTAB[1]; const struct symtab_s CONFIG_EXECFUNCS_SYMTAB[1];
#endif #endif
/****************************************************************************
* Private Functions
****************************************************************************/
/**************************************************************************** /****************************************************************************
* Public Functions * Public Functions
****************************************************************************/ ****************************************************************************/

View File

@ -46,18 +46,6 @@
#include "nsh.h" #include "nsh.h"
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
/****************************************************************************
* Private Types
****************************************************************************/
/****************************************************************************
* Private Function Prototypes
****************************************************************************/
/**************************************************************************** /****************************************************************************
* Private Data * Private Data
****************************************************************************/ ****************************************************************************/
@ -71,14 +59,6 @@ static const struct extmatch_vtable_s g_nsh_extmatch =
}; };
#endif #endif
/**************************************************************************
* Public Data
****************************************************************************/
/****************************************************************************
* Private Functions
****************************************************************************/
/**************************************************************************** /****************************************************************************
* Public Functions * Public Functions
****************************************************************************/ ****************************************************************************/