Skip to content

Commit

Permalink
Remove host backend macro
Browse files Browse the repository at this point in the history
  • Loading branch information
ark0f committed Sep 22, 2023
1 parent e9c0958 commit 654fe2f
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 404 deletions.
10 changes: 0 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ members = [
"common/codegen",
"core",
"core-backend",
"core-backend/codegen",
"core-processor",
"core-errors",
"examples/async",
Expand Down Expand Up @@ -196,7 +195,6 @@ gsys = { path = "gsys" }
gtest = { path = "gtest" }
gmeta = { path = "gmeta" }
gear-authorship = { path = "node/authorship" }
gear-core-backend-codegen = { path = "core-backend/codegen" }
gear-core-backend = { path = "core-backend", default-features = false }
gear-call-gen = { path = "utils/call-gen" }
gear-common = { path = "common", default-features = false }
Expand Down
1 change: 0 additions & 1 deletion core-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ license.workspace = true
[dependencies]
gear-core.workspace = true
gear-core-errors = { workspace = true, features = ["codec"] }
gear-core-backend-codegen.workspace = true
gear-lazy-pages-common.workspace = true
gsys = { workspace = true }

Expand Down
19 changes: 0 additions & 19 deletions core-backend/codegen/Cargo.toml

This file was deleted.

281 changes: 0 additions & 281 deletions core-backend/codegen/src/host.rs

This file was deleted.

Loading

0 comments on commit 654fe2f

Please sign in to comment.