Remove extra unlock

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/text_system_threadsafety@28218 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2009-04-15 01:04:49 +00:00
parent 8c7e1cfe81
commit d0f9bb18b2

View file

@ -347,7 +347,6 @@ static int cache_lookup_attributed_string(NSAttributedString *string,
if (hit)
{
cache_unlock();
return ci;
}