From 25db5c1539d4dc71572eaaf38f000e3fc5e620f3 Mon Sep 17 00:00:00 2001 From: Jordan Augé Date: Tue, 5 Nov 2019 17:25:37 +0100 Subject: [HICN-383] Code cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I41ca0f411053992625dec0b32ffe6a444c5bc51c Signed-off-by: Jordan Augé --- ctrl/facemgr/src/interfaces/hicn_light/hicn_light.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ctrl/facemgr/src/interfaces/hicn_light/hicn_light.c') diff --git a/ctrl/facemgr/src/interfaces/hicn_light/hicn_light.c b/ctrl/facemgr/src/interfaces/hicn_light/hicn_light.c index 82d4a7e6e..ddecec15d 100644 --- a/ctrl/facemgr/src/interfaces/hicn_light/hicn_light.c +++ b/ctrl/facemgr/src/interfaces/hicn_light/hicn_light.c @@ -54,10 +54,6 @@ int hl_process_state(interface_t * interface) { hl_data_t * data = (hl_data_t *)interface->data; -#if 0 - char buf[MAXSZ_FACE]; -#endif - switch(data->state) { case HL_STATE_UNDEFINED: // FIXME -- cgit 1.2.3-korg