removed useless members

This commit is contained in:
Heng Li 2013-02-06 12:25:49 -05:00
parent 797a8c147e
commit e65b2096f7
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ typedef struct {
} mem_chain_t;
typedef struct {
int64_t pos, rb, re;
int len, score, qb, qe, is_all;
int64_t rb, re;
int score, qb, qe, is_all;
} mem_aln_t;
#ifdef __cplusplus