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
+1 -20
View File
@@ -51,26 +51,6 @@
#ifdef CONFIG_FS_NAMED_SEMAPHORES
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
/****************************************************************************
* Private Type Declarations
****************************************************************************/
/****************************************************************************
* Public Data
****************************************************************************/
/****************************************************************************
* Private Data
****************************************************************************/
/****************************************************************************
* Private Functions
****************************************************************************/
/****************************************************************************
* Public Functions
****************************************************************************/
@@ -150,3 +130,4 @@ int sem_close(FAR sem_t *sem)
}
#endif /* CONFIG_FS_NAMED_SEMAPHORES */
+1 -21
View File
@@ -57,26 +57,6 @@
#ifdef CONFIG_FS_NAMED_SEMAPHORES
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
/****************************************************************************
* Private Type Declarations
****************************************************************************/
/****************************************************************************
* Public Data
****************************************************************************/
/****************************************************************************
* Private Data
****************************************************************************/
/****************************************************************************
* Private Functions
****************************************************************************/
/****************************************************************************
* Public Functions
****************************************************************************/
@@ -272,4 +252,4 @@ errout_with_lock:
return (FAR sem_t *)ERROR;
}
#endif /* CONFIG_FS_NAMED_SEMAPHORES */
#endif /* CONFIG_FS_NAMED_SEMAPHORES */
-20
View File
@@ -51,26 +51,6 @@
#include "inode/inode.h"
#include "semaphore/semaphore.h"
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
/****************************************************************************
* Private Type Declarations
****************************************************************************/
/****************************************************************************
* Public Data
****************************************************************************/
/****************************************************************************
* Private Data
****************************************************************************/
/****************************************************************************
* Private Functions
****************************************************************************/
/****************************************************************************
* Public Functions
****************************************************************************/
-4
View File
@@ -48,10 +48,6 @@
#define MAX_SEMPATH 64
/****************************************************************************
* Public Type Declarations
****************************************************************************/
/****************************************************************************
* Public Data
****************************************************************************/