Skip to content

Commit

Permalink
auto merge of rust-lang#8600 : sfackler/rust/http, r=brson
Browse files Browse the repository at this point in the history
It's an empty stub and as one of the comments notes, doesn't belong in
libstd.
  • Loading branch information
bors committed Aug 21, 2013
2 parents c87d798 + b66cdb1 commit 4c75e92
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
1 change: 0 additions & 1 deletion src/libstd/rt/io/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ pub mod net {
pub mod ip;
#[cfg(unix)]
pub mod unix;
pub mod http;
}

/// Readers and Writers for memory buffers and strings.
Expand Down
29 changes: 0 additions & 29 deletions src/libstd/rt/io/net/http.rs

This file was deleted.

0 comments on commit 4c75e92

Please sign in to comment.