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

Commit 4f4bcce

Browse files
committed
Drop spurious cfg flag
1 parent 649bcbc commit 4f4bcce

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/common/mod.rs

-3
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)