Skip to content

Commit

Permalink
fix: remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
wyfo committed Nov 26, 2024
1 parent b88add3 commit a4e9b4d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions zenoh/src/api/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1972,11 +1972,6 @@ impl SessionInner {
#[cfg(feature = "unstable")] source_info: SourceInfo,
attachment: Option<ZBytes>,
) -> ZResult<()> {
if let Some(cache) = cache {
if cache.load(Ordering::Relaxed) != u64::MAX {
return Ok(());
}
}
const REMOTE_TAG: u64 = 0b01;
const LOCAL_TAG: u64 = 0b10;
const VERSION_SHIFT: u64 = 2;
Expand Down

0 comments on commit a4e9b4d

Please sign in to comment.