eturro / mmseq

Haplotype, isoform and gene level expression analysis using multi-mapping RNA-seq reads
GNU General Public License v2.0
67 stars 20 forks source link

bam2hits.cpp:669: pointless allocation ? #5

Closed dcb314 closed 8 years ago

dcb314 commented 8 years ago

[bam2hits.cpp:669]: (style) Variable 'binpath' is allocated memory that is never used.

Source code is

char *binpath = strdup(argv[0]);
eturro commented 8 years ago

Thanks, line removed in ed7235f