child_process: remove redundant condition
authorVladimir Kurchatkin <vladimir.kurchatkin@gmail.com>
Mon, 19 Jan 2015 15:48:56 +0000 (18:48 +0300)
committerVladimir Kurchatkin <vladimir.kurchatkin@gmail.com>
Sat, 24 Jan 2015 21:53:04 +0000 (00:53 +0300)
commit301a968a40152c1ad3562482b4044458a13ebc4f
tree730b5f6e41027c942a157ac615c218a0439d1887
parent06cfff935012ed2826cac56284cea982630cbc27
child_process: remove redundant condition

There is no need to check `flowing` since `resume` does
nothing when `flowing` is already true.

PR-URL: https://github.com/iojs/io.js/pull/511
Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
lib/child_process.js