Skip to content

Commit 573a5b1

Browse files
apps/system/utils: Remove conditional directives use from all enums
Remove conditional directives use from all enums in apps/system/utils
1 parent b6ec497 commit 573a5b1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

apps/system/utils/utils_ps.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,10 @@ static const char *utils_statenames[] = {
7777
"INACTIVE",
7878
"WAITSEM ",
7979
"WAITUNBLOCK",
80-
#ifndef CONFIG_DISABLE_SIGNALS
8180
"WAITSIG ",
82-
#endif
83-
#ifndef CONFIG_DISABLE_MQUEUE
8481
"MQNEMPTY",
8582
"MQNFULL ",
86-
#endif
87-
#ifdef CONFIG_PAGING
8883
"WAITPAGEFILL "
89-
#endif
9084
};
9185

9286
static const char *utils_ttypenames[4] = {

0 commit comments

Comments
 (0)