From 630bf0b828c6831edce009da5b209c6f07cda027 Mon Sep 17 00:00:00 2001 From: edwardgao Date: Fri, 30 Dec 2011 22:31:26 +0000 Subject: --- mgizapp/src/HMMTables.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'mgizapp') diff --git a/mgizapp/src/HMMTables.cpp b/mgizapp/src/HMMTables.cpp index 5482a55..0a7175c 100644 --- a/mgizapp/src/HMMTables.cpp +++ b/mgizapp/src/HMMTables.cpp @@ -571,7 +571,7 @@ template void HMMTables HMMTables::~HMMTables() { -#if WIN32 +#if 0 for (typename hash_map::iterator i= init_alpha.begin(); i!=init_alpha.end(); i++) { i->second.second->unlock(); @@ -582,9 +582,6 @@ template HMMTablesunlock(); - alphalock->unlock(); - betalock->unlock(); delete lock; delete alphalock; delete betalock; -- cgit v1.2.3