Skip to content

Commit

Permalink
revert back change to lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
nmdis1999 committed May 28, 2024
1 parent a210412 commit 06f62b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ykcapi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ pub unsafe extern "C" fn yk_mt_hot_threshold_set(mt: *const MT, hot_threshold: H
let arc = unsafe { Arc::from_raw(mt) };
arc.set_hot_threshold(hot_threshold);
forget(arc);
return;
}

#[no_mangle]
Expand Down

0 comments on commit 06f62b4

Please sign in to comment.