Skip to content

Commit a2fff87

Browse files
authored
fix: remove dead code (#443)
* fix: remove dead code While browsing the code, I've noticed that this part of the code isn't used at all * Update lock file
1 parent af1be21 commit a2fff87

File tree

6 files changed

+0
-62
lines changed

6 files changed

+0
-62
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ rattler_virtual_packages = { version = "2.1.3", default-features = false }
6161

6262
pixi_build_types = { version = "*" }
6363
pixi_consts = { version = "*" }
64-
pixi_manifest = { version = "*" }
6564
pixi_spec = { version = "*" }
6665
pixi_build_type_conversions = { version = "*" }
6766

@@ -74,13 +73,11 @@ recipe-stage0 = { path = "crates/recipe-stage0" }
7473
[patch.crates-io]
7574
pixi_build_types = { git = "https://github.com/prefix-dev/pixi", branch = "main" }
7675
pixi_consts = { git = "https://github.com/prefix-dev/pixi", branch = "main" }
77-
pixi_manifest = { git = "https://github.com/prefix-dev/pixi", branch = "main" }
7876
pixi_spec = { git = "https://github.com/prefix-dev/pixi", branch = "main" }
7977
pixi_build_type_conversions = { git = "https://github.com/prefix-dev/pixi", branch = "main" }
8078

8179
#pixi_build_types = { path = "../pixi/crates/pixi_build_types" }
8280
#pixi_consts = { path = "../pixi/crates/pixi_consts" }
83-
#pixi_manifest = { path = "../pixi/crates/pixi_manifest" }
8481
#pixi_spec = { path = "../pixi/crates/pixi_spec" }
8582
#pixi_build_type_conversions = { path = "../pixi/crates/pixi_build_type_conversions" }
8683

crates/pixi-build-backend/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ pathdiff = { workspace = true }
5050
thiserror = { workspace = true }
5151

5252
pixi_build_types = { workspace = true }
53-
pixi_manifest = { workspace = true }
5453
pixi_spec = { workspace = true }
5554
pixi_build_type_conversions = { workspace = true }
5655

crates/pixi-build-backend/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ pub mod common;
1111
pub mod compilers;
1212
pub mod dependencies;
1313
mod encoded_source_spec_url;
14-
pub mod project;
1514
pub mod source;
1615
pub mod tools;
1716
pub mod traits;

crates/pixi-build-backend/src/project.rs

Lines changed: 0 additions & 55 deletions
This file was deleted.

py-pixi-build-backend/Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)