Skip to content

Commit

Permalink
auto merge of #9380 : thestinger/rust/par, r=alexcrichton
Browse files Browse the repository at this point in the history
This was a dead end experiment, and not a sensible way of implementing
generic data parallelism. This also removes the `graph500-bfs.rs`
benchmark because it relies on `extra::par`.

Closes #5626
  • Loading branch information
bors committed Sep 21, 2013
2 parents d3e6889 + e753618 commit 44dc3fb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 661 deletions.
1 change: 0 additions & 1 deletion src/libextra/extra.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ pub mod glob;
pub mod term;
pub mod time;
pub mod arena;
pub mod par;
pub mod base64;
pub mod rl;
pub mod workcache;
Expand Down
142 changes: 0 additions & 142 deletions src/libextra/par.rs

This file was deleted.

Loading

0 comments on commit 44dc3fb

Please sign in to comment.