Commit 05afc953 authored by Cedric Roux's avatar Cedric Roux

cleanup - _T_cache variable had no place here...

parent f5313266
...@@ -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)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment