hw/nxagent/GC.c: Don't declare and assign flexibility variable if not used later on.
Amends the following compiler warning:
```
GC.c: In function ‘nxagentReconnectAllGCs’:
GC.c:1154:7: warning: variable ‘flexibility’ set but not used [-Wunused-but-set-variable]
int flexibility;
^
```
Showing
Please
register
or
sign in
to comment