* fix a threading issue

This commit is contained in:
Chris Cannam
2007-11-26 11:00:47 +00:00
parent 89ce4223ee
commit 48d640f696
7 changed files with 125 additions and 17 deletions

View File

@@ -25,7 +25,6 @@ system_is_multiprocessor()
static bool tested = false, mp = false;
if (tested) return mp;
//...