]> git.donarmstrong.com Git - samtools.git/blobdiff - bam.h
* samtools-0.1.4-6 (r334)
[samtools.git] / bam.h
diff --git a/bam.h b/bam.h
index eb4a375bdc236d9954ef69975f101ea07741fac4..9330075ed10bcbcd67e3fba245f87909b56b42ef 100644 (file)
--- a/bam.h
+++ b/bam.h
@@ -592,7 +592,7 @@ extern "C" {
        void bam_parse_region(bam_header_t *header, const char *str, int *ref_id, int *begin, int *end);
 
        void bam_aux_append(bam1_t *b, const char tag[2], char type, int len, uint8_t *data);
-       uint8_t *bam_aux_get_core(bam1_t *b, const char tag[2]); // an alias of bam_aux_get()
+       // uint8_t *bam_aux_get_core(bam1_t *b, const char tag[2]); // an alias of bam_aux_get()
        uint8_t *bam_aux_get(bam1_t *b, const char tag[2]);
        int32_t bam_aux2i(const uint8_t *s);
        float bam_aux2f(const uint8_t *s);