From c81b9fdc2d83f5add88421c82b0d1b51a08a17fa Mon Sep 17 00:00:00 2001 From: Nikita Kalyazin Date: Tue, 30 Jul 2013 18:21:42 +0400 Subject: [PATCH] [CLEAN] remove obsolete comments --- daemon/da_protocol.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/daemon/da_protocol.c b/daemon/da_protocol.c index 8f4f980..4d5555a 100644 --- a/daemon/da_protocol.c +++ b/daemon/da_protocol.c @@ -983,17 +983,11 @@ int host_message_handler(struct msg_t *msg) return -1; } - // TODO: launch translator thread if (start_transfer() != 0) { LOGE("Cannot start transfer\n"); return -1; } - - // TODO: apply_prof_session() - - //write to device - //response to control sockete cut_replay_events(msg); if (ioctl_send_msg(msg) != 0){ -- 2.7.4