Cleaning the code for now unused functions
[apps/agl-service-can-low-level.git] / low-can-binding / binding / low-can-hat.hpp
index 5722666..e21b9cd 100644 (file)
 #include <memory>
 #include <systemd/sd-event.h>
 
-#define AFB_BINDING_VERSION 2
 #include <afb/afb-binding>
 
 class low_can_subscription_t;
 
-int initv2();
 void on_no_clients(std::shared_ptr<low_can_subscription_t> can_subscription, std::map<int, std::shared_ptr<low_can_subscription_t> >& s);
 void on_no_clients(std::shared_ptr<low_can_subscription_t> can_subscription, uint32_t pid, std::map<int, std::shared_ptr<low_can_subscription_t> >& s);
 int read_message(sd_event_source *s, int fd, uint32_t revents, void *userdata);