Remove some empty code section comments

This commit is contained in:
Gregory Nutt
2016-02-26 07:35:55 -06:00
parent 8db55f6493
commit 2c95fef501
49 changed files with 4 additions and 538 deletions
+1 -4
View File
@@ -50,10 +50,6 @@
#include "tcp/tcp.h"
#include "socket/socket.h"
/****************************************************************************
* Private Types
****************************************************************************/
/****************************************************************************
* Private Function Prototypes
****************************************************************************/
@@ -66,6 +62,7 @@ static uint16_t connection_event(FAR struct net_driver_s *dev,
/****************************************************************************
* Private Functions
****************************************************************************/
/****************************************************************************
* Name: connection_closed
*