summaryrefslogtreecommitdiff
path: root/src/bootstrap/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bootstrap/lib.rs')
-rw-r--r--src/bootstrap/lib.rs34
1 files changed, 0 insertions, 34 deletions
diff --git a/src/bootstrap/lib.rs b/src/bootstrap/lib.rs
index 147bcf30709..bf81c4bf28e 100644
--- a/src/bootstrap/lib.rs
+++ b/src/bootstrap/lib.rs
@@ -1051,40 +1051,6 @@ impl Build {
self.package_vers(&self.version)
}
- /// Returns the value of `package_vers` above for Cargo
- fn cargo_package_vers(&self) -> String {
- self.package_vers(&self.release_num("cargo"))
- }
-
- /// Returns the value of `package_vers` above for rls
- fn rls_package_vers(&self) -> String {
- self.package_vers(&self.release_num("rls"))
- }
-
- /// Returns the value of `package_vers` above for rust-analyzer
- fn rust_analyzer_package_vers(&self) -> String {
- self.package_vers(&self.release_num("rust-analyzer/crates/rust-analyzer"))
- }
-
- /// Returns the value of `package_vers` above for clippy
- fn clippy_package_vers(&self) -> String {
- self.package_vers(&self.release_num("clippy"))
- }
-
- /// Returns the value of `package_vers` above for miri
- fn miri_package_vers(&self) -> String {
- self.package_vers(&self.release_num("miri"))
- }
-
- /// Returns the value of `package_vers` above for rustfmt
- fn rustfmt_package_vers(&self) -> String {
- self.package_vers(&self.release_num("rustfmt"))
- }
-
- fn llvm_tools_package_vers(&self) -> String {
- self.package_vers(&self.version)
- }
-
fn llvm_tools_vers(&self) -> String {
self.rust_version()
}