Skip to content

Commit

Permalink
Remove crate proc_macro_tokens.
Browse files Browse the repository at this point in the history
  • Loading branch information
jseyfried committed Jan 22, 2017
1 parent 2dc60b1 commit 31417ef
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 205 deletions.
3 changes: 1 addition & 2 deletions mk/crates.mk
Expand Up @@ -60,7 +60,7 @@ RUSTC_CRATES := rustc rustc_typeck rustc_mir rustc_borrowck rustc_resolve rustc_
rustc_data_structures rustc_platform_intrinsics rustc_errors \
rustc_plugin rustc_metadata rustc_passes rustc_save_analysis \
rustc_const_eval rustc_const_math rustc_incremental proc_macro
HOST_CRATES := syntax syntax_ext proc_macro_tokens proc_macro_plugin syntax_pos $(RUSTC_CRATES) \
HOST_CRATES := syntax syntax_ext proc_macro_plugin syntax_pos $(RUSTC_CRATES) \
rustdoc fmt_macros flate arena graphviz log serialize
TOOLS := compiletest rustdoc rustc rustbook error_index_generator

Expand Down Expand Up @@ -102,7 +102,6 @@ DEPS_syntax := std term serialize log arena libc rustc_bitflags std_unicode rust
DEPS_syntax_ext := syntax syntax_pos rustc_errors fmt_macros proc_macro
DEPS_proc_macro := syntax syntax_pos rustc_plugin log
DEPS_syntax_pos := serialize
DEPS_proc_macro_tokens := syntax syntax_pos log
DEPS_proc_macro_plugin := syntax syntax_pos rustc_plugin

DEPS_rustc_const_math := std syntax log serialize rustc_i128
Expand Down
7 changes: 0 additions & 7 deletions src/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions src/libproc_macro_tokens/Cargo.toml

This file was deleted.

85 changes: 0 additions & 85 deletions src/libproc_macro_tokens/build.rs

This file was deleted.

64 changes: 0 additions & 64 deletions src/libproc_macro_tokens/lib.rs

This file was deleted.

23 changes: 0 additions & 23 deletions src/libproc_macro_tokens/parse.rs

This file was deleted.

12 changes: 0 additions & 12 deletions src/libproc_macro_tokens/prelude.rs

This file was deleted.

0 comments on commit 31417ef

Please sign in to comment.