Fixed "unused variable" errors and trailing whitespace.

This commit is contained in:
Vadim Chugunov 2013-12-11 18:05:02 -08:00
parent 544ed0328c
commit d4d1310c5c

View File

@ -19,7 +19,7 @@ use driver::session::Session;
use std::path::Path;
#[cfg(not(windows))]
pub fn postprocess_executable(sess: Session, filename: &Path) {}
pub fn postprocess_executable(_sess: Session, _filename: &Path) {}
#[cfg(windows)]
pub fn postprocess_executable(sess: Session, filename: &Path) {