From: Christopher Peplin <chris.peplin@rhubarbtech.com>
Date: Fri, 3 Jan 2014 19:52:17 +0000 (-0500)
Subject: Remove a resolved TODO.
X-Git-Tag: 3.99.1~101^2~62
X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=6876f328d9a442275c9b6e0a6a6d2db14ae3a35c;p=apps%2Flow-level-can-service.git

Remove a resolved TODO.
---

diff --git a/src/obd2/obd2.c b/src/obd2/obd2.c
index d3c0fb9..627128c 100644
--- a/src/obd2/obd2.c
+++ b/src/obd2/obd2.c
@@ -137,8 +137,6 @@ DiagnosticResponse diagnostic_receive_can_frame(DiagnosticShims* shims,
     };
 
     if(!handle->isotp_send_handle.completed) {
-        // TODO when completing a send, this returns...a Message? we have to
-        // check when the isotp_send_handle is completed, and if it is, start
         isotp_continue_send(&handle->isotp_shims,
                 &handle->isotp_send_handle, arbitration_id, data, size);
     } else if(!handle->isotp_receive_handle.completed) {