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:
Allan Stephens 2015-05-27 17:22:34 -04:00 committed by Anas Nashif
commit 63720a9af3
6 changed files with 0 additions and 21 deletions

View file

@ -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;