networks: Remove unused method

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2020-01-07 16:58:24 -08:00 committed by James Valleroy
parent b5ae03239c
commit 7695047606
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -73,13 +73,6 @@ def _callback(source_object, result, user_data):
del user_data # Unused
def _commit_callback(connection, error, data=None):
"""Called when the connection changes are committed."""
del connection
del error
del data
def get_interface_list(device_type):
"""Get a list of network interface available on the system."""
interfaces = {}