Skip to content

Commit

Permalink
initialization not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzielenski committed Apr 12, 2015
1 parent fc289ac commit 66fdbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion darwin-bootstrap/posixspawn-hook.c
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ static int hook_posix_spawn_generic(__typeof__(posix_spawn) *old,
bool need_unrestrict = looks_restricted(path);

/* TODO skip this if Substrate is doing it anyway */
bool was_suspended = false;
bool was_suspended;

if (need_unrestrict) {
was_suspended = flags & POSIX_SPAWN_START_SUSPENDED;
Expand Down

0 comments on commit 66fdbbd

Please sign in to comment.