Do not define Pipeline::setup_common on Windows

This commit is contained in:
TyanNN 2016-08-22 13:20:46 +03:00
parent 43d4a459c0
commit 7c013e45c9
No known key found for this signature in database
GPG key ID: 62BFEE52B3DA9A57

View file

@ -538,6 +538,7 @@ impl UnprivilegedPipelineContent {
process::exit(1);
}
#[cfg(not(windows))]
fn setup_common<C: CommandMethods>(&self, command: &mut C, token: String) {
C::arg(command, "--content-process");
C::arg(command, token);