Remove some block comments before empty code sections

This commit is contained in:
Gregory Nutt
2016-04-11 18:16:04 -06:00
parent 3fba968bb0
commit 9008308b64
76 changed files with 9 additions and 892 deletions
-8
View File
@@ -59,10 +59,6 @@
#if !defined(CONFIG_DISABLE_MOUNTPOINT) && defined(CONFIG_FS_BINFS)
/****************************************************************************
* Private Types
****************************************************************************/
/****************************************************************************
* Private Function Prototypes
****************************************************************************/
@@ -92,10 +88,6 @@ static int binfs_statfs(FAR struct inode *mountpt,
static int binfs_stat(FAR struct inode *mountpt, FAR const char *relpath,
FAR struct stat *buf);
/****************************************************************************
* Private Data
****************************************************************************/
/****************************************************************************
* Public Data
****************************************************************************/