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

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