Skip to content

Commit

Permalink
Merge pull request dora-rs#470 from dora-rs/remove-dead-code
Browse files Browse the repository at this point in the history
Remove `cxx_build` call, which is no longer used
  • Loading branch information
haixuanTao authored Apr 12, 2024
2 parents 6754c9f + 13a022f commit 7f22e2d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libraries/extensions/ros2-bridge/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ fn main() {
let target_file = out_dir.join("messages.rs");
std::fs::write(&target_file, generated_string).unwrap();
println!("cargo:rustc-env=MESSAGES_PATH={}", target_file.display());

#[cfg(feature = "cxx-bridge")]
let _build = cxx_build::bridge(&target_file);
}

fn ament_prefix_paths() -> Vec<PathBuf> {
Expand Down

0 comments on commit 7f22e2d

Please sign in to comment.