Eliminate secure string error handling
This is not required since the secure string library routines have been removed. Change-Id: I284a21e4167d9bb6f78354d809c563a4c52f619c Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
This commit is contained in:
parent
cb2d18cc83
commit
63720a9af3
6 changed files with 0 additions and 21 deletions
|
@ -102,12 +102,6 @@ FUNC_NORETURN void _NanoFatalErrorHandler(
|
|||
break;
|
||||
#endif /* CONFIG_STACK_CANARIES */
|
||||
|
||||
#ifdef CONFIG_ENHANCED_SECURITY
|
||||
case _NANO_ERR_INVALID_STRING_OP:
|
||||
PR_EXC("**** Invalid string operation! ****\n");
|
||||
break;
|
||||
#endif /* CONFIG_ENHANCED_SECURITY */
|
||||
|
||||
default:
|
||||
PR_EXC("**** Unknown Fatal Error %d! ****\n", reason);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue