From eeb4a5c230ad169aee681d3f26aa068e2a63c8df Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 20 May 2016 07:46:10 -0600 Subject: [PATCH] Remove comments blocks before empty file sections --- configs/nucleo-144/src/stm32_boot.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/configs/nucleo-144/src/stm32_boot.c b/configs/nucleo-144/src/stm32_boot.c index 6024e76b226..3a6b8cb9515 100644 --- a/configs/nucleo-144/src/stm32_boot.c +++ b/configs/nucleo-144/src/stm32_boot.c @@ -47,14 +47,6 @@ #include "up_arch.h" #include "nucleo-144.h" -/************************************************************************************ - * Pre-processor Definitions - ************************************************************************************/ - -/************************************************************************************ - * Private Functions - ************************************************************************************/ - /************************************************************************************ * Public Functions ************************************************************************************/