diff options
author | Thomas Haller <thaller@redhat.com> | 2017-05-13 22:08:48 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2017-05-13 22:08:48 +0200 |
commit | 019d3adbcaa78cf264733f3f1e4f98396c0f3632 (patch) | |
tree | c19e5efe0d9848d766ddad977f1ee05f0df43db8 /src/devices/nm-device-private.h | |
parent | 9740fef906136bfa39d5cfe20319a58f7c48f62d (diff) | |
download | NetworkManager-019d3adbcaa78cf264733f3f1e4f98396c0f3632.tar.gz |
device: remove unused function nm_device_master_get_slave_by_ifindex()
Diffstat (limited to 'src/devices/nm-device-private.h')
-rw-r--r-- | src/devices/nm-device-private.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/nm-device-private.h b/src/devices/nm-device-private.h index a4067f9c26..a1e4724254 100644 --- a/src/devices/nm-device-private.h +++ b/src/devices/nm-device-private.h @@ -93,8 +93,6 @@ void nm_device_recheck_available_connections (NMDevice *device); gboolean nm_device_get_enslaved (NMDevice *device); -NMDevice *nm_device_master_get_slave_by_ifindex (NMDevice *dev, int ifindex); - void nm_device_master_check_slave_physical_port (NMDevice *self, NMDevice *slave, NMLogDomain log_domain); |