X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=low-can-binding%2Fbinding%2Flow-can-socket.hpp;h=48ed47f9c5baa344bd8c0fbeef9750eadbdd9198;hb=refs%2Fchanges%2F05%2F18105%2F3;hp=00f6825afea5ffcbe966ef14254f5e46051b3a23;hpb=2daa033bd69b9ede497afa4355a5fdbb119895eb;p=apps%2Fagl-service-can-low-level.git diff --git a/low-can-binding/binding/low-can-socket.hpp b/low-can-binding/binding/low-can-socket.hpp index 00f6825a..48ed47f9 100644 --- a/low-can-binding/binding/low-can-socket.hpp +++ b/low-can-binding/binding/low-can-socket.hpp @@ -90,6 +90,5 @@ public: int create_rx_filter(std::shared_ptr sig); int create_rx_filter(utils::simple_bcm_msg& bcm_msg); - int tx_send(const struct can_frame& cf, std::shared_ptr sig); int tx_send(const struct can_frame& cf, const std::string& bus_name); };