Skip to content

Commit

Permalink
Delete calypso_opt and calypso_util and yank
Browse files Browse the repository at this point in the history
These currently do not contain anything and just clutter up
everything. Eventually pretty much most of Calypso will just be in the
`calypso` crate, except for things shared between Calypso and SaturnVM
--this will make things much easier with respect to organization.
  • Loading branch information
ThePuzzlemaker committed Jan 15, 2023
1 parent a63e1a6 commit 245c1a1
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 47 deletions.
9 changes: 0 additions & 9 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ dependencies = [
"calypso_base",
"calypso_common",
"calypso_diagnostic",
"calypso_util",
"itertools",
"lalrpop",
"lalrpop-util",
Expand All @@ -184,14 +183,6 @@ dependencies = [
"rustyline",
]

[[package]]
name = "calypso_util"
version = "0.1.0"
dependencies = [
"calypso_base",
"calypso_diagnostic",
]

[[package]]
name = "cc"
version = "1.0.78"
Expand Down
14 changes: 0 additions & 14 deletions libs/calypso_opt/Cargo.toml

This file was deleted.

1 change: 0 additions & 1 deletion libs/calypso_opt/LICENSE-APACHE

This file was deleted.

1 change: 0 additions & 1 deletion libs/calypso_opt/LICENSE-MIT

This file was deleted.

2 changes: 0 additions & 2 deletions libs/calypso_opt/src/lib.rs

This file was deleted.

1 change: 0 additions & 1 deletion libs/calypso_parsing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ build = "build.rs"
rust-version = "1.66.1"

[dependencies]
calypso_util = { path = "../calypso_util", version = "0.1.0" }
calypso_diagnostic = { path = "../calypso_diagnostic", version = "0.1.0" }
calypso_base = { path = "../calypso_base", version = "0.1.0" }
calypso_common = { path = "../calypso_common", version = "0.1.0" }
Expand Down
15 changes: 0 additions & 15 deletions libs/calypso_util/Cargo.toml

This file was deleted.

1 change: 0 additions & 1 deletion libs/calypso_util/LICENSE-APACHE

This file was deleted.

1 change: 0 additions & 1 deletion libs/calypso_util/LICENSE-MIT

This file was deleted.

2 changes: 0 additions & 2 deletions libs/calypso_util/src/lib.rs

This file was deleted.

0 comments on commit 245c1a1

Please sign in to comment.