[AdgPair] Removed static cache
commit80c24a69871afaa4b2e7fb23f3a9dc43b3250eda
authorNicola Fontana <ntd@entidi.it>
Sat, 13 Jun 2009 10:13:47 +0000 (13 12:13 +0200)
committerNicola Fontana <ntd@entidi.it>
Sat, 13 Jun 2009 10:13:47 +0000 (13 12:13 +0200)
tree1be98f9e9061f5647239cd4ff257060a3eb85e7d
parentc3927d9ae1ea7fd9c4184acebf4976b28e381c86
[AdgPair] Removed static cache

The naive cache implementation using static local variables makes
the code non reentrant and it will likely give more troubles than
advantages in multithreaded environments.
cpml/cpml-pair.c