about summary refs log tree commit diff
path: root/compiler/rustc_incremental/src/lib.rs
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2023-10-24 16:34:03 +1100
committerNicholas Nethercote <n.nethercote@gmail.com>2023-10-26 08:46:10 +1100
commitca29c272e7ab8535e1870a967a6d990c85227585 (patch)
tree4dcbbeb37d52d96e217fe208f265e43a7ed84c12 /compiler/rustc_incremental/src/lib.rs
parent72e8690c0495d9ba48e27e66f824c6bdcdb1664c (diff)
downloadrust-ca29c272e7ab8535e1870a967a6d990c85227585.tar.gz
rust-ca29c272e7ab8535e1870a967a6d990c85227585.zip
Reduce exposure of three functions used only within `rustc_incremental`.
Diffstat (limited to 'compiler/rustc_incremental/src/lib.rs')
-rw-r--r--compiler/rustc_incremental/src/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/rustc_incremental/src/lib.rs b/compiler/rustc_incremental/src/lib.rs
index 1e8bb2c4045..e1c5e6e8d36 100644
--- a/compiler/rustc_incremental/src/lib.rs
+++ b/compiler/rustc_incremental/src/lib.rs
@@ -20,13 +20,10 @@ mod persist;
 
 use assert_dep_graph::assert_dep_graph;
 pub use persist::copy_cgu_workproduct_to_incr_comp_cache_dir;
-pub use persist::delete_workproduct_files;
 pub use persist::finalize_session_directory;
-pub use persist::garbage_collect_session_directories;
 pub use persist::in_incr_comp_dir;
 pub use persist::in_incr_comp_dir_sess;
 pub use persist::load_query_result_cache;
-pub use persist::prepare_session_directory;
 pub use persist::save_dep_graph;
 pub use persist::save_work_product_index;
 pub use persist::setup_dep_graph;