kernel: Remove unused variables
_INIT_LEVEL_P* variables are not used anywhere. These values are duplicated in defines like _SYS_INIT_LEVEL_P*, just removing it. MISRA-C rule 2.2 Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
parent
3e97acc7f2
commit
d4c7617af1
1 changed files with 0 additions and 4 deletions
|
@ -28,10 +28,6 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
static const int _INIT_LEVEL_PRE_KERNEL_1 = 1;
|
||||
static const int _INIT_LEVEL_PRE_KERNEL_2 = 1;
|
||||
static const int _INIT_LEVEL_POST_KERNEL = 1;
|
||||
static const int _INIT_LEVEL_APPLICATION = 1;
|
||||
|
||||
/**
|
||||
* @def DEVICE_INIT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue