Backed out changeset 79ee6fda8e65 (bug 979913)

This commit is contained in:
Carsten "Tomcat" Book 2014-03-14 09:39:26 +01:00
parent f083d4a79c
commit e225b03d03

View File

@ -664,6 +664,8 @@ SaveTLSInfo(thread_info_t *tinfo) {
*/
static void
RestoreTLSInfo(thread_info_t *tinfo) {
int rv;
for (TLSInfoList::const_iterator it = tinfo->tlsInfo.begin();
it != tinfo->tlsInfo.end();
it++) {