Skip to content

Commit

Permalink
Remove unnecessary drop after changes
Browse files Browse the repository at this point in the history
  • Loading branch information
oteffahi committed Dec 10, 2024
1 parent 86fcca0 commit 80a740f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions zenoh/src/api/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1584,8 +1584,6 @@ impl SessionInner {
false,
)
}
} else {
drop(state);
}
} else {
drop(state);
Expand Down

0 comments on commit 80a740f

Please sign in to comment.