summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/killinfo.c
diff options
context:
space:
mode:
authorKinsey Moore <kinsey.moore@oarcorp.com>2024-01-08 13:52:17 -0600
committerJoel Sherrill <joel@rtems.org>2024-01-16 10:57:44 -0600
commit63833908863567dfa6d5f9d666f34f94a702fe14 (patch)
tree06560d79a43ef1b398dc636571d1fde1807df845 /cpukit/posix/src/killinfo.c
parentflashdev.c: return error if both buffers are NULL (diff)
downloadrtems-63833908863567dfa6d5f9d666f34f94a702fe14.tar.bz2
cpukit: Remove or use unused variable assignments
Diffstat (limited to 'cpukit/posix/src/killinfo.c')
-rw-r--r--cpukit/posix/src/killinfo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/posix/src/killinfo.c b/cpukit/posix/src/killinfo.c
index f56c5b3174..bde511504a 100644
--- a/cpukit/posix/src/killinfo.c
+++ b/cpukit/posix/src/killinfo.c
@@ -323,7 +323,6 @@ int _POSIX_signals_Send(
* + sigprocmask() unblocks the signal, OR
* + sigaction() which changes the handler to SIG_IGN.
*/
- the_thread = NULL;
goto post_process_signal;
/*