From dbe555be80dd10bb315b14bbebcb42f8b883e2c9 Mon Sep 17 00:00:00 2001
From: Jonathan Aillet <jonathan.aillet@iot.bzh>
Date: Thu, 20 Dec 2018 10:40:44 +0100
Subject: Remove old comments not true anymore

Remove old comments not true anymore about moving to
application framewrok v3 functions but it has already be done some
weeks ago.

Change-Id: Ia5dfc7a47d9e9eb929fa6c79fa37686206131301
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
---
 4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c | 1 -
 4a-hal/4a-hal-manager/4a-hal-manager.c                    | 1 -
 4a-hal/4a-hal-utilities/4a-hal-utilities-verbs-loader.c   | 1 -
 3 files changed, 3 deletions(-)

(limited to '4a-hal')

diff --git a/4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c b/4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c
index cffc447..4cac346 100644
--- a/4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c
+++ b/4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c
@@ -69,7 +69,6 @@ static AFB_ApiVerbs CtlHalApiStaticVerbs[] =
 
 /*******************************************************************************
  *		Dynamic API functions for app controller		       *
- *		TBD JAI : Use API-V3 instead of API-PRE-V3		       *
  ******************************************************************************/
 
 static int HalCtlsInitOneApi(AFB_ApiT apiHandle)
diff --git a/4a-hal/4a-hal-manager/4a-hal-manager.c b/4a-hal/4a-hal-manager/4a-hal-manager.c
index 41729fc..43fbd49 100644
--- a/4a-hal/4a-hal-manager/4a-hal-manager.c
+++ b/4a-hal/4a-hal-manager/4a-hal-manager.c
@@ -64,7 +64,6 @@ struct SpecificHalData **HalMngGetFirstHalData(void)
 
 /*******************************************************************************
  *		Dynamic API functions for hal manager			       *
- *		TBD JAI : Use API-V3 instead of API-PRE-V3		       *
  ******************************************************************************/
 
 static int HalMgrInitApi(AFB_ApiT apiHandle)
diff --git a/4a-hal/4a-hal-utilities/4a-hal-utilities-verbs-loader.c b/4a-hal/4a-hal-utilities/4a-hal-utilities-verbs-loader.c
index 4d9abd9..f557f4c 100644
--- a/4a-hal/4a-hal-utilities/4a-hal-utilities-verbs-loader.c
+++ b/4a-hal/4a-hal-utilities/4a-hal-utilities-verbs-loader.c
@@ -26,7 +26,6 @@
 
 /*******************************************************************************
  *		Dynamic API common functions				       *
- *		TBD JAI : Use API-V3 instead of API-PRE-V3		       *
  ******************************************************************************/
 
 int HalUtlLoadVerbs(AFB_ApiT apiHandle, AFB_ApiVerbs *verbs)
-- 
cgit