Skip to content

Commit

Permalink
Remove unneeded call to close function
Browse files Browse the repository at this point in the history
  • Loading branch information
ch4rr0 committed Jul 3, 2020
1 parent 08ae273 commit 01182df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sequence_io.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ static void parseFastaLens(
continue;
}
}
fb.close();
}

/**
Expand Down Expand Up @@ -113,7 +112,6 @@ static void readSequenceFile(const std::string& infile,
return;
}
}
fb.close();
}

/**
Expand Down

0 comments on commit 01182df

Please sign in to comment.