Skip to content

Commit

Permalink
Remove libnative
Browse files Browse the repository at this point in the history
With runtime removal complete, there's nothing left of libnative. This
commit removes it.

Fixes rust-lang#18687

[breaking-change]
  • Loading branch information
aturon committed Nov 21, 2014
1 parent ad022b1 commit 3ee916e
Show file tree
Hide file tree
Showing 10 changed files with 87 additions and 1,683 deletions.
9 changes: 4 additions & 5 deletions mk/crates.mk
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
# automatically generated for all stage/host/target combinations.
################################################################################

TARGET_CRATES := libc std green native flate arena term \
TARGET_CRATES := libc std green flate arena term \
serialize sync getopts collections test time rand \
log regex graphviz core rbml alloc rustrt \
unicode
Expand All @@ -67,7 +67,6 @@ DEPS_std := core libc rand alloc collections rustrt sync unicode \
native:rust_builtin native:backtrace
DEPS_graphviz := std
DEPS_green := std native:context_switch
DEPS_native := std
DEPS_syntax := std term serialize log fmt_macros arena libc
DEPS_rustc_trans := rustc rustc_back rustc_llvm libc
DEPS_rustc := syntax flate arena serialize getopts rbml \
Expand Down Expand Up @@ -95,9 +94,9 @@ DEPS_regex := std
DEPS_regex_macros = rustc syntax std regex
DEPS_fmt_macros = std

TOOL_DEPS_compiletest := test getopts native
TOOL_DEPS_rustdoc := rustdoc native
TOOL_DEPS_rustc := rustc_trans native
TOOL_DEPS_compiletest := test getopts
TOOL_DEPS_rustdoc := rustdoc
TOOL_DEPS_rustc := rustc_trans
TOOL_SOURCE_compiletest := $(S)src/compiletest/compiletest.rs
TOOL_SOURCE_rustdoc := $(S)src/driver/driver.rs
TOOL_SOURCE_rustc := $(S)src/driver/driver.rs
Expand Down
2 changes: 2 additions & 0 deletions src/driver/driver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

#![no_start]

#[cfg(rustdoc)]
extern crate "rustdoc" as this;

Expand Down
116 changes: 0 additions & 116 deletions src/libnative/io/addrinfo.rs

This file was deleted.

Loading

0 comments on commit 3ee916e

Please sign in to comment.