platform: remove unused typedef

This commit is contained in:
Beniamino Galvani
2018-03-09 15:52:36 +01:00
parent 773ab140d2
commit a2f1a93817

View File

@@ -297,11 +297,6 @@ typedef enum {
WAIT_FOR_NL_RESPONSE_RESULT_FAILED_SETNS,
} WaitForNlResponseResult;
typedef void (*WaitForNlResponseCallback) (NMPlatform *platform,
guint32 seq_number,
WaitForNlResponseResult seq_result,
gpointer user_data);
static void delayed_action_schedule (NMPlatform *platform, DelayedActionType action_type, gpointer user_data);
static gboolean delayed_action_handle_all (NMPlatform *platform, gboolean read_netlink);
static void do_request_link_no_delayed_actions (NMPlatform *platform, int ifindex, const char *name);