Eliminate obsolete coding convention comments
Gets rid of single-line comments required by a previous set of coding conventions. These comments provide no value to readers and just clutter things up. Change-Id: I2a08b12cf5026253de56979efdfc510e7e68defe Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
This commit is contained in:
parent
60f6a74efe
commit
a1bd59de35
77 changed files with 0 additions and 370 deletions
|
@ -35,8 +35,6 @@ DESCRIPTION
|
|||
This module provides the _NanoFatalErrorHandler() routine for ARM Cortex-M.
|
||||
*/
|
||||
|
||||
/* includes */
|
||||
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
|
||||
|
@ -52,8 +50,6 @@ This module provides the _NanoFatalErrorHandler() routine for ARM Cortex-M.
|
|||
#define PR_EXC(...)
|
||||
#endif /* CONFIG_PRINTK */
|
||||
|
||||
/* globals */
|
||||
|
||||
/*
|
||||
* Define a default ESF for use with _NanoFatalErrorHandler() in the event
|
||||
* the caller does not have a NANO_ESF to pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue