mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-27 07:29:32 +00:00
server/tests remove useless assignment
This was detected by clang-static-analyzer.
This commit is contained in:
parent
e77fc7e877
commit
fdfc940f59
@ -300,7 +300,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