Skip to content

Commit

Permalink
delete seemingly unused deps
Browse files Browse the repository at this point in the history
Summary:
Delete some crosvm dependencies that appear to be unused (maybe leftover from a
previous attempt at buckification?)

The previous diff fully buckifies `crosvm` in `third-party/crosvm`, so this
diff removes traces of it left elsewhere.

If any other code in fbcode needs to depend on these targets in the future,
they should just depend directly on the targets in
`fbsource//third-party/crosvm:` instead of forcing a separate copy to be kept
in `fbsource/third-party/rust` which can easily diverge from the copy used to
build the main `crosvm` binary kept in `fbsource/third-party/crosvm`

Reviewed By: sargun

Differential Revision: D59345256

fbshipit-source-id: e1a466e95ac29a9c33e9d5befe37f4cc1044a49b
  • Loading branch information
vmagro authored and facebook-github-bot committed Jul 11, 2024
1 parent 3033fb4 commit abcfd3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ cxx-build = { package = "cxx-build", git = "https://github.com/facebookexperimen
displaydoc = { git = "https://github.com/yaahc/displaydoc", rev = "7dc6e324b1788a6b7fb9f3a1953c512923a3e9f0" }
graphql-parser = { git = "https://github.com/graphql-rust//graphql-parser", rev = "8d76425d83c40670570cc325f57c730262f07456" }
lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "fdbf843d174c6796d736b2b61dab0297670390f8" }
minijail = { git = "https://chromium.googlesource.com/chromiumos/platform/minijail", rev = "13be56d79718425a60173f61f8174669d9cc8930" }
perf-event = { version = "0.4", git = "https://github.com/krallin/perf-event.git", rev = "86224a9bc025d5d19f719542f27c8c629a08b167" }
perf-event-open-sys = { version = "4.0", git = "https://github.com/krallin/perf-event.git", rev = "86224a9bc025d5d19f719542f27c8c629a08b167" }
quickcheck = { git = "https://github.com/jakoschiko/quickcheck", rev = "6ecdf5bb4b0132ce66670b4d46453aa022ea892c" }
Expand Down

0 comments on commit abcfd3f

Please sign in to comment.