Skip to content

Commit d11e00f

Browse files
committed
remove unused
1 parent 0256a9a commit d11e00f

File tree

1 file changed

+0
-5
lines changed
  • lightning-background-processor/src

1 file changed

+0
-5
lines changed

lightning-background-processor/src/lib.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1130,11 +1130,6 @@ mod tests {
11301130
}
11311131
}
11321132

1133-
struct MutextTestScorer(Mutex<TestScorer>);
1134-
impl lightning::util::ser::Writeable for MutextTestScorer {
1135-
fn write<W: lightning::util::ser::Writer>(&self, _: &mut W) -> Result<(), lightning::io::Error> { Ok(()) }
1136-
}
1137-
11381133
fn get_full_filepath(filepath: String, filename: String) -> String {
11391134
let mut path = PathBuf::from(filepath);
11401135
path.push(filename);

0 commit comments

Comments
 (0)