Skip to content

Commit

Permalink
Remove error op struct in SampleBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets committed Mar 29, 2024
1 parent bca953d commit 9d1a540
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions zenoh/src/sample/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ pub mod op {
#[derive(Debug)]
pub struct Delete;
#[derive(Debug)]
pub struct Error;
#[derive(Debug)]
pub struct Any;
}

Expand Down

0 comments on commit 9d1a540

Please sign in to comment.