qemu/hw/char/exynos4210_uart.c: possible pointless local variable ?
Bug #1655702 reported by
dcb
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| QEMU |
Fix Released
|
Undecided
|
Unassigned | ||
Bug Description
$ fgrep frame_size qemu/hw/
int speed, parity, data_bits, stop_bits, frame_size;
frame_size = 1; /* start bit */
frame_size += data_bits + stop_bits;
$
Suggest either use it or delete it.
| Changed in qemu: | |
| status: | Fix Committed → Fix Released |
To post a comment you must log in.

Thanks for the report -- patch sent to mailing list which deletes the variable.