Trivial fix for non-threadsafe builds of the JS shell, broken by rev 510c42c0d472. no_r=me, a=npotb.

This commit is contained in:
Jason Orendorff 2011-02-17 12:07:42 -06:00
parent 8bc1ca45aa
commit a287458ffa

View File

@ -626,8 +626,6 @@ js_FinishThreads(JSRuntime *rt)
js_delete(thread); js_delete(thread);
} }
rt->threads.clear(); rt->threads.clear();
#else
rt->threadData.finish();
#endif #endif
} }