Skip to content

Commit

Permalink
sched: remove unused variable flags
Browse files Browse the repository at this point in the history
The variable flags is unused in function sched_init.

It has never been used and was introduced in commit d376075 (sched:
close stdin on exec).
  • Loading branch information
gportay committed Jan 3, 2019
1 parent 63d4da8 commit 30fa33e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ setup_signals(void)
int
sched_init(struct bar *bar)
{
int flags;
int err;

err = setup_signals();
Expand Down

0 comments on commit 30fa33e

Please sign in to comment.