From e65b2096f7eb2ce275202507286cd5af988510e5 Mon Sep 17 00:00:00 2001 From: Heng Li Date: Wed, 6 Feb 2013 12:25:49 -0500 Subject: [PATCH] removed useless members --- bwamem.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bwamem.h b/bwamem.h index 74eb70a..6d8049b 100644 --- a/bwamem.h +++ b/bwamem.h @@ -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