|
@@ -1890,7 +1890,6 @@ static bool complete_create_gpadl(VMBus *vmbus)
|
|
}
|
|
}
|
|
|
|
|
|
g_assert_not_reached();
|
|
g_assert_not_reached();
|
|
- return false;
|
|
|
|
}
|
|
}
|
|
|
|
|
|
static void handle_gpadl_teardown(VMBus *vmbus,
|
|
static void handle_gpadl_teardown(VMBus *vmbus,
|
|
@@ -1947,7 +1946,6 @@ static bool complete_teardown_gpadl(VMBus *vmbus)
|
|
}
|
|
}
|
|
|
|
|
|
g_assert_not_reached();
|
|
g_assert_not_reached();
|
|
- return false;
|
|
|
|
}
|
|
}
|
|
|
|
|
|
static void handle_open_channel(VMBus *vmbus, vmbus_message_open_channel *msg,
|
|
static void handle_open_channel(VMBus *vmbus, vmbus_message_open_channel *msg,
|
|
@@ -2021,7 +2019,6 @@ static bool complete_open_channel(VMBus *vmbus)
|
|
}
|
|
}
|
|
|
|
|
|
g_assert_not_reached();
|
|
g_assert_not_reached();
|
|
- return false;
|
|
|
|
}
|
|
}
|
|
|
|
|
|
static void vdev_reset_on_close(VMBusDevice *vdev)
|
|
static void vdev_reset_on_close(VMBusDevice *vdev)
|