diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-04-21 15:42:48 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-04-21 15:42:48 +0200 |
commit | f0880c9212e3fb1c2abe8dbbcd376da1279901e6 (patch) | |
tree | 2b2042042c77e1e753cddb30e8ee22d7416f3f55 /CAN-binder/low-can-binding/configuration.hpp | |
parent | 1a67a9c8647c7fa48ee435f033f336e5f83ac270 (diff) |
Diagnostic messages subscription simplified.
Remove useless function.
Change-Id: I6638c3033cfeea643b29c1280d7f5785371cd342
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'CAN-binder/low-can-binding/configuration.hpp')
-rw-r--r-- | CAN-binder/low-can-binding/configuration.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CAN-binder/low-can-binding/configuration.hpp b/CAN-binder/low-can-binding/configuration.hpp index 535ab8d..cbb5ac2 100644 --- a/CAN-binder/low-can-binding/configuration.hpp +++ b/CAN-binder/low-can-binding/configuration.hpp @@ -86,7 +86,6 @@ class configuration_t void find_diagnostic_messages(const openxc_DynamicField &key, std::vector<diagnostic_message_t*>& found_signals); diagnostic_message_t* get_diagnostic_message(std::string message_name) const; - DiagnosticRequest* get_request_from_diagnostic_message(diagnostic_message_t* diag_msg) const; DiagnosticRequest* get_request_from_diagnostic_message(std::string message_name) const; void find_can_signals(const openxc_DynamicField &key, std::vector<can_signal_t*>& found_signals); |