signal: remove unused SIGCONDTIMEDOUT

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
Petro Karashchenko
2023-03-21 14:44:47 +02:00
committed by patacongo
parent 104a7d4e00
commit 5651715486
4 changed files with 2 additions and 23 deletions
-5
View File
@@ -160,11 +160,6 @@ FAR char *strsignal(int signum)
/* Non-standard signals */
#ifdef SIGCONDTIMEDOUT
case SIGCONDTIMEDOUT:
return (FAR char *)"SIGCONDTIMEDOUT";
#endif
#ifdef SIGWORK
case SIGWORK:
return (FAR char *)"SIGWORK";