Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove unusued variable
hurd/hurd-raise.c (_hurd_raise_signal): Remove unused err variable.
  • Loading branch information
Samuel Thibault committed Oct 10, 2015
1 parent 3fe29ca commit c7b8939
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hurd/hurd-raise.c
Expand Up @@ -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 ();
Expand Down

0 comments on commit c7b8939

Please sign in to comment.