Skip to content

Commit 129b38d

Browse files
committed
Remove some debugging
1 parent 0580b41 commit 129b38d

File tree

2 files changed

+10
-25
lines changed

2 files changed

+10
-25
lines changed

Cargo.lock

Lines changed: 10 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/rustc_codegen_spirv/build.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -199,19 +199,13 @@ mod win {",
199199
src = src.replace("if constant_ty.is_simd() {", "if false {");
200200
}
201201

202-
//src = src.replace(" object::", " thorin::object::"); src =
203-
//src.replace("(object::", "(thorin::object::");
204-
205202
fs::write(out_path, src)?;
206203
}
207204
}
208205

209206
// HACK(eddyb) very basic extraction of deps from original `Cargo.toml`.
210207
let mut all_extern_crates = cg_ssa_lib_rs_extern_crates;
211208
let cg_ssa_cargo_toml = fs::read_to_string(out_pqp_cg_ssa_dir.join("Cargo.toml"))?;
212-
for line in cg_ssa_cargo_toml.lines() {
213-
println!("cargo::warning={line}");
214-
}
215209

216210
let mut current_section: Option<&str> = None;
217211

0 commit comments

Comments
 (0)