Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek authored and thestinger committed Jun 29, 2013
1 parent 28a3613 commit a0c31ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustpkg/path_util.rs
Expand Up @@ -40,7 +40,6 @@ static path_entry_separator: &'static str = ":";
/// DIR/.rust for any DIR that's the current working directory
/// or an ancestor of it
pub fn rust_path() -> ~[Path] {
let env_path: ~str = os::getenv("RUST_PATH").get_or_default(~"");
let mut env_rust_path: ~[Path] = match os::getenv("RUST_PATH") {
Some(env_path) => {
let env_path_components: ~[&str] =
Expand Down

0 comments on commit a0c31ec

Please sign in to comment.