mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-16 09:36:46 +00:00
server/tests remove useless assignment
This was detected by clang-static-analyzer.
This commit is contained in:
parent
086d6fded6
commit
4031681638
@ -302,7 +302,6 @@ void basic_event_loop_mainloop(void)
|
||||
while (1) {
|
||||
FD_ZERO(&rfds);
|
||||
FD_ZERO(&wfds);
|
||||
watch = (SpiceWatch*)watches.next;
|
||||
i = 0;
|
||||
RING_FOREACH_SAFE(link, next, &watches) {
|
||||
watch = (SpiceWatch*)link;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user