bioformats
bioformats copied to clipboard
Dead store to local variable
https://github.com/ome/bioformats/blob/682bc7e318b88f159d3c6e2603fb82fb9d613268/components/formats-bsd/src/loci/formats/dicom/DicomTag.java#L353
location is an argument to this constructor and so it being incremented won’t be seen outside this constructor. location getting updated doesn't seem to be used anywhere else in the constructor.
Was a member variable wanted??
Is location really not needed after the constructor?