Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(pkg): remove some unused code #10654

Merged
merged 1 commit into from
Jun 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
138 changes: 0 additions & 138 deletions vendor/opam-0install/lib/dir_context.ml

This file was deleted.

47 changes: 0 additions & 47 deletions vendor/opam-0install/lib/dir_context.mli

This file was deleted.

2 changes: 1 addition & 1 deletion vendor/opam-0install/lib/dune
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(library
(name opam_0install)
(libraries unix opam_state opam_format zeroinstall_solver fmt))
(libraries opam_state opam_format zeroinstall_solver fmt))
68 changes: 0 additions & 68 deletions vendor/opam-0install/lib/switch_context.ml

This file was deleted.

19 changes: 0 additions & 19 deletions vendor/opam-0install/lib/switch_context.mli

This file was deleted.

2 changes: 1 addition & 1 deletion vendor/update-opam-0install.sh
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ mkdir -p $PACKAGE
SRC=$TMP/opam-0install-solver

cp -v $SRC/LICENSE.md $PACKAGE/
cp -v -R $SRC/lib $PACKAGE/
cp -v -R $SRC/lib/{model,s,solver}.* $PACKAGE/

git checkout $PACKAGE/lib/dune
git add -A .