From 6876f328d9a442275c9b6e0a6a6d2db14ae3a35c Mon Sep 17 00:00:00 2001 From: Christopher Peplin Date: Fri, 3 Jan 2014 14:52:17 -0500 Subject: [PATCH] Remove a resolved TODO. --- src/obd2/obd2.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/obd2/obd2.c b/src/obd2/obd2.c index d3c0fb9e..627128c3 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) { -- 2.16.6