tddBandwidths variable #2

Closed
opened 2025-07-25 06:31:33 +02:00 by rtommy · 2 comments
rtommy commented 2025-07-25 06:31:33 +02:00 (Migrated from github.com)

It seems tddBandwidths variable is not used for anything.

Is it meant to be for something or just left there and not needed?

Line 572:

tddBandwidths.push(bandwidth);
It seems `tddBandwidths` variable is not used for anything. Is it meant to be for something or just left there and not needed? [Line 572](https://github.com/high3eam/uecapabilityparser-features-js/blob/0d446c593918a70dd25a9037cd6348a55bce0632/custom.js#L572): ```js tddBandwidths.push(bandwidth); ```
high3eam commented 2025-07-28 08:10:55 +02:00 (Migrated from github.com)

@rtommy
Well spotted!
It was probably used in an earlier implementation.
Will be removed as it is no longer used.

@rtommy Well spotted! It was probably used in an earlier implementation. Will be removed as it is no longer used.
high3eam commented 2025-07-28 08:13:14 +02:00 (Migrated from github.com)

Fixed in e7f2607
Thank you!

Fixed in e7f2607 Thank you!
Sign in to join this conversation.