Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit ffc828e

Browse files
committed
Drop spurious cfg flag
1 parent 21c36fd commit ffc828e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/common/mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -362,9 +362,6 @@ impl ScoreUpdate for TestScorer {
362362
fn time_passed(&mut self, _: Duration) {}
363363
}
364364

365-
#[cfg(c_bindings)]
366-
impl lightning::routing::scoring::Score for TestScorer {}
367-
368365
impl Drop for TestScorer {
369366
fn drop(&mut self) {
370367
if std::thread::panicking() {

0 commit comments

Comments
 (0)