Remove deprecated comment (before_exec)

This commit is contained in:
Chris Aumann 2017-04-05 17:55:15 +02:00
parent e509ed0b18
commit 5b486e2ae6
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ mod imp {
command.env("WATCHEXEC_COMMON_PATH", common_path);
}
// Until process_exec lands in stable, handle fork/exec ourselves
command
.before_exec(|| setpgid(0, 0).map_err(io::Error::from))
.spawn()