Skip to content

Commit

Permalink
Remove an outdated TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Apr 7, 2024
1 parent 629cb66 commit 7fa5b90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion polbin/src/cmds.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ pub fn position(gfa: &flatgfa::FlatGFA, args: Position) -> Result<(), &'static s
let mut found = None;
for step in gfa.get_steps(path) {
let seg = gfa.get_handle_seg(*step);
// TODO Handle backwards segments!
let end_pos = cur_pos + seg.len();
if offset < end_pos {
// Found it!
Expand Down

0 comments on commit 7fa5b90

Please sign in to comment.