Skip to content

Commit

Permalink
api fix
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Nov 29, 2022
1 parent fd929e2 commit 8b77b6c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/edge_differences.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use crate::EdgeId;
use crate::TreeSequence;
use crate::TskitTypeAccess;

#[derive(Debug)]
pub struct EdgeDifferences<'owner> {
Expand Down Expand Up @@ -57,6 +56,5 @@ impl<'owner> EdgeDifferences<'owner> {
})
}

fn advance(&mut self) {
}
fn advance(&mut self) {}
}

0 comments on commit 8b77b6c

Please sign in to comment.