Skip to content
Snippets Groups Projects
Commit 05afc953 authored by Cedric Roux's avatar Cedric Roux
Browse files

cleanup - _T_cache variable had no place here...

parent f5313266
No related branches found
No related tags found
No related merge requests found
...@@ -24,8 +24,7 @@ static int T_socket; ...@@ -24,8 +24,7 @@ static int T_socket;
volatile int _T_freelist_head; volatile int _T_freelist_head;
volatile int *T_freelist_head = &_T_freelist_head; volatile int *T_freelist_head = &_T_freelist_head;
int T_busylist_head; int T_busylist_head;
T_cache_t _T_cache[T_CACHE_SIZE]; T_cache_t *T_cache;
T_cache_t *T_cache = _T_cache;
static void get_message(int s) static void get_message(int s)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment