From 05afc953e8dc1ce0d30fe473e445d00cddff72f6 Mon Sep 17 00:00:00 2001 From: Cedric Roux <cedric.roux@eurecom.fr> Date: Tue, 31 May 2016 18:50:01 +0200 Subject: [PATCH] cleanup - _T_cache variable had no place here... --- common/utils/T/T.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/utils/T/T.c b/common/utils/T/T.c index 8d9f3d2aa0..9a9df9418d 100644 --- a/common/utils/T/T.c +++ b/common/utils/T/T.c @@ -24,8 +24,7 @@ static int T_socket; volatile int _T_freelist_head; volatile int *T_freelist_head = &_T_freelist_head; int T_busylist_head; -T_cache_t _T_cache[T_CACHE_SIZE]; -T_cache_t *T_cache = _T_cache; +T_cache_t *T_cache; static void get_message(int s) { -- GitLab