mirror of https://github.com/xemu-project/xemu.git
net/can: Remove unused struct 'CanBusState'
As far as I can tell this struct has never been used in this file (it is used in can_core.c). Signed-off-by: Dr. David Alan Gilbert <dave@treblig.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Michael Tokarev <mjt@tls.msk.ru> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
83c9f9d39f
commit
737308fe2b
|
@ -34,12 +34,6 @@
|
||||||
#include "net/can_emu.h"
|
#include "net/can_emu.h"
|
||||||
#include "net/can_host.h"
|
#include "net/can_host.h"
|
||||||
|
|
||||||
struct CanBusState {
|
|
||||||
Object object;
|
|
||||||
|
|
||||||
QTAILQ_HEAD(, CanBusClientState) clients;
|
|
||||||
};
|
|
||||||
|
|
||||||
static void can_host_disconnect(CanHostState *ch)
|
static void can_host_disconnect(CanHostState *ch)
|
||||||
{
|
{
|
||||||
CanHostClass *chc = CAN_HOST_GET_CLASS(ch);
|
CanHostClass *chc = CAN_HOST_GET_CLASS(ch);
|
||||||
|
|
Loading…
Reference in New Issue