diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-08 12:53:59 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-16 17:10:39 +0100 |
commit | 409f22b48e9d8726b024287810ffd54c0b366bc9 (patch) | |
tree | ded2327fd833756e1acadf8cd1bbcd4a45bb570f /src | |
parent | 349c9647be645fbd2e26c67713de648688b4d216 (diff) |
Remove now unused function that has moved into configuration class
Change-Id: I1f16a7acb32407420b2c5f5deb5b815829b0b610
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src')
-rw-r--r-- | src/diagnostic/diagnostic-message.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/diagnostic/diagnostic-message.hpp b/src/diagnostic/diagnostic-message.hpp index 2d9cff65..ccfd6d0a 100644 --- a/src/diagnostic/diagnostic-message.hpp +++ b/src/diagnostic/diagnostic-message.hpp @@ -90,7 +90,4 @@ class obd2_signal_t { bool is_obd2_signal(const char *name); float decode_obd2_response(const DiagnosticResponse* response, float parsedPayload); -}; - -uint32_t get_signal_id(obd2_signal_t& sig); -std::vector<obd2_signal_t>& get_obd2_signals();
\ No newline at end of file +};
\ No newline at end of file |