Skip to content

Commit

Permalink
removed engine (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulio2002 authored Jul 12, 2023
1 parent 5bc7412 commit 886800f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 105 deletions.
4 changes: 0 additions & 4 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ fn main() {
protos.push("execution/execution.proto");
}

if cfg!(feature = "engine") {
protos.push("engine/engine.proto");
}

if cfg!(feature = "web3") {
protos.push("web3/common.proto");
protos.push("web3/debug.proto");
Expand Down
95 changes: 0 additions & 95 deletions engine/engine.proto

This file was deleted.

1 change: 0 additions & 1 deletion engine/keep.go

This file was deleted.

5 changes: 0 additions & 5 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,6 @@ pub mod remotekv {
tonic::include_proto!("remote");
}

#[cfg(feature = "engine")]
pub mod remotekv {
tonic::include_proto!("engine");
}

#[cfg(feature = "snapshotsync")]
pub mod snapshotsync {
tonic::include_proto!("downloader");
Expand Down

0 comments on commit 886800f

Please sign in to comment.