arch/xtensa: Remove identifier looking as mixed C/C++ comments

The identifier looks like a mixed C/C++ comment, which is against
MISRA-C rule 3.1. As the identifier is not used, remove it altogether.

Signed-off-by: Patrik Flykt <patrik.flykt@intel.com>
This commit is contained in:
Patrik Flykt 2018-11-15 10:57:48 -07:00 committed by Anas Nashif
commit 8d769d5533

View file

@ -1,7 +1,5 @@
/* memerror-vector.S -- Memory Error Exception Vector and Handler */
/* $Id: //depot/rel/Foxhill/dot.5/Xtensa/OS/xtos/memerror-vector.S#1 $ */
/*
* Copyright (c) 2006-2013 Tensilica Inc.
*