Skip to content

Commit

Permalink
Drop spurious cfg flag
Browse files Browse the repository at this point in the history
  • Loading branch information
tnull committed Aug 8, 2024
1 parent 21c36fd commit ffc828e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -362,9 +362,6 @@ impl ScoreUpdate for TestScorer {
fn time_passed(&mut self, _: Duration) {}
}

#[cfg(c_bindings)]
impl lightning::routing::scoring::Score for TestScorer {}

impl Drop for TestScorer {
fn drop(&mut self) {
if std::thread::panicking() {
Expand Down

0 comments on commit ffc828e

Please sign in to comment.