diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-03 16:55:01 -0500 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-03 16:55:01 -0500 |
commit | 30b967cdd8926eb44efa720b8f59a842d836859d (patch) | |
tree | e266517ed7c6c959a7ed04f92e048e0d7d256d14 /src | |
parent | 76d13f3efb227f2d05e52dd1b1b322380058b2c2 (diff) |
Remove a resolved TODO.
Diffstat (limited to 'src')
-rw-r--r-- | src/obd2/obd2.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/obd2/obd2.c b/src/obd2/obd2.c index 0590c1b1..8a80da64 100644 --- a/src/obd2/obd2.c +++ b/src/obd2/obd2.c @@ -158,11 +158,6 @@ DiagnosticResponse diagnostic_receive_can_frame(DiagnosticShims* shims, if(handle_negative_response(&message, &response, shims)) { shims->log("Received a negative response to mode %d on arb ID 0x%x", response.mode, response.arbitration_id); - - // TODO clarify what it means for a handle to be successful (we made - // a good request+response) vs a request itself being - // successfully - // (the other node didn't return a negative response). handle->success = true; handle->completed = true; } else if(handle_positive_response(handle, &message, &response, |