From c4f11994a1540576563819508d4148a0500db4b9 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 16 May 2017 15:12:45 +0200 Subject: Remove can-bus-dev following RAW->BCM sockets migration No needs to get RAW socket for now, so can_bus_dev_t class is useless and now removed from project. Change-Id: I37b3e187ef28ba393beae7a99da4f422f74a298e Signed-off-by: Romain Forlot --- CAN-binder/low-can-binding/can/can-message.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'CAN-binder/low-can-binding/can/can-message.hpp') diff --git a/CAN-binder/low-can-binding/can/can-message.hpp b/CAN-binder/low-can-binding/can/can-message.hpp index 954fdc3..94847ef 100644 --- a/CAN-binder/low-can-binding/can/can-message.hpp +++ b/CAN-binder/low-can-binding/can/can-message.hpp @@ -26,8 +26,6 @@ #define CAN_MESSAGE_SIZE 8 -class can_bus_dev_t; - /** * @enum can_message_format_t * @brief The ID format for a CAN message. -- cgit 1.2.3-korg