Skip to content

Commit

Permalink
Remove dupe bdd_num_recursive_calls
Browse files Browse the repository at this point in the history
  • Loading branch information
bamarsha committed Oct 13, 2024
1 parent 7d6271f commit cbc2b96
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/ffi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,3 @@ pub unsafe extern "C" fn weight_complex_lo(w: WeightComplex) -> Complex {
pub unsafe extern "C" fn weight_complex_hi(w: WeightComplex) -> Complex {
w.1
}

#[no_mangle]
unsafe extern "C" fn bdd_num_recursive_calls(builder: *mut RsddBddBuilder) -> usize {
robdd_builder_from_ptr(builder).num_recursive_calls()
}

0 comments on commit cbc2b96

Please sign in to comment.