remove MAX_AGENTS

This commit is contained in:
Joao
2011-03-24 17:07:01 +00:00
parent 94e5681aed
commit d6640260cc
3 changed files with 2 additions and 7 deletions

View File

@@ -1243,7 +1243,7 @@ struct worker_shared Yap_Global;
#endif
#if defined(THREADS)
struct worker_local *Yap_WLocal[MAX_AGENTS];
struct worker_local *Yap_WLocal[MAX_THREADS];
#elif defined(YAPOR)
struct worker_local *Yap_WLocal;
#else