summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-10-10 16:44:42 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-10-10 16:44:42 +0200
commitc7b8939bf5646d1033375128f19261b401b9a0ce (patch)
treed0c70910127df85e7a2dfe7f93e06d4f2d37b72d /hurd
parent3fe29ca043a310aa6987f8c3432527d4634da451 (diff)
Remove unusued variable
hurd/hurd-raise.c (_hurd_raise_signal): Remove unused err variable.
Diffstat (limited to 'hurd')
-rw-r--r--hurd/hurd-raise.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hurd/hurd-raise.c b/hurd/hurd-raise.c
index 07c88102cd..ed542e16f1 100644
--- a/hurd/hurd-raise.c
+++ b/hurd/hurd-raise.c
@@ -28,8 +28,6 @@ int
_hurd_raise_signal (struct hurd_sigstate *ss,
int signo, const struct hurd_signal_detail *detail)
{
- error_t err;
-
if (ss == NULL)
{
ss = _hurd_self_sigstate ();