mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-05 15:00:25 +01:00
libnm-core: drop unused variable
This commit is contained in:
parent
045b88a5b5
commit
bb0ecf07db
1 changed files with 0 additions and 1 deletions
|
|
@ -424,7 +424,6 @@ NMBridgeVlan *
|
|||
nm_bridge_vlan_from_str (const char *str, GError **error)
|
||||
{
|
||||
NMBridgeVlan *vlan = NULL;
|
||||
gs_unref_hashtable GHashTable *ht = NULL;
|
||||
gs_free const char **tokens = NULL;
|
||||
guint i, vid;
|
||||
gboolean pvid = FALSE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue