mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 23:30:07 +01:00
trivial: fix unused variable ‘priv’
This commit is contained in:
parent
ff0e71607d
commit
64753b9b3a
1 changed files with 2 additions and 0 deletions
|
|
@ -471,7 +471,9 @@ manager_device_state_changed (NMDevice *device,
|
|||
gpointer user_data)
|
||||
{
|
||||
NMManager *self = NM_MANAGER (user_data);
|
||||
#if WITH_CONCHECK
|
||||
NMManagerPrivate *priv = NM_MANAGER_GET_PRIVATE (self);
|
||||
#endif
|
||||
|
||||
switch (new_state) {
|
||||
case NM_DEVICE_STATE_UNMANAGED:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue