Skip to content

Commit

Permalink
chore: Remove example route guide RPC service
Browse files Browse the repository at this point in the history
  • Loading branch information
morgsmccauley committed Dec 14, 2023
1 parent 7e5789e commit fec98be
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 1,045 deletions.
2 changes: 0 additions & 2 deletions block-streamer/build.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
fn main() -> Result<(), Box<dyn std::error::Error>> {
tonic_build::compile_protos("proto/route_guide.proto")
.unwrap_or_else(|e| panic!("Failed to compile protos {:?}", e));
tonic_build::compile_protos("proto/block_streamer.proto")?;

Ok(())
Expand Down
Loading

0 comments on commit fec98be

Please sign in to comment.