]> git.donarmstrong.com Git - samtools.git/blobdiff - bam.h
* samtools-0.1.3-20 (r276)
[samtools.git] / bam.h
diff --git a/bam.h b/bam.h
index a784a1f3f7f919d38e771a38a1a2d7b5d35cde2e..163dc893e192d6eaa9ebfcc3b3b8614d142ca211 100644 (file)
--- a/bam.h
+++ b/bam.h
@@ -190,7 +190,6 @@ typedef struct {
        bam1_core_t core;
        int l_aux, data_len, m_data;
        uint8_t *data;
-       void *hash; // for backward compatibility. It is NEVER used.
 } bam1_t;
 
 #define bam1_strand(b) (((b)->core.flag&BAM_FREVERSE) != 0)