Code Review
/
apps
/
agl-service-can-low-level.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
349c964
)
Remove now unused function that has moved into configuration class
author
Romain Forlot
<romain.forlot@iot.bzh>
Wed, 8 Mar 2017 11:53:59 +0000
(12:53 +0100)
committer
Romain Forlot
<romain.forlot@iot.bzh>
Thu, 16 Mar 2017 16:10:39 +0000
(17:10 +0100)
Change-Id: I1f16a7acb32407420b2c5f5deb5b815829b0b610
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
src/diagnostic/diagnostic-message.hpp
patch
|
blob
|
history
diff --git
a/src/diagnostic/diagnostic-message.hpp
b/src/diagnostic/diagnostic-message.hpp
index
2d9cff6
..
ccfd6d0
100644
(file)
--- 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