aboutsummaryrefslogtreecommitdiff
path: root/sys/libbio/fasta.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/libbio/fasta.c')
-rw-r--r--sys/libbio/fasta.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/libbio/fasta.c b/sys/libbio/fasta.c
index 078325a..0c47199 100644
--- a/sys/libbio/fasta.c
+++ b/sys/libbio/fasta.c
@@ -190,7 +190,7 @@ readfasta(bio·SeqReader *rdr, bio·Seq *seq, byte hdr, byte stop)
{
error err;
byte *beg;
-
+
if (rdr->eof && rdr->b == rdr->bend-1)
return EOF;
@@ -236,13 +236,6 @@ SEQLOOP:
rdr->b++;
}
-#if 0
- for(byte *cb = rdr->seq->b+rdr->seq->off; cb != rdr->seq->it; ++cb) {
- if(*cb == 0) {
- printf("ERROR @ pos=%ld: Found zero byte\n", cb - rdr->seq->b+rdr->seq->off);
- }
- }
-#endif
push(&rdr->seq, rdr->b - beg, beg);