Fixed bug noticed by Fred.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28602 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
David Chisnall 2009-09-02 22:13:48 +00:00
parent 39c9ec5afd
commit 28618978db

View file

@ -270,7 +270,6 @@ NSLOCKING_METHODS
- (void) unlockWithCondition: (NSInteger)value
{
[_condition lock];
_condition_value = value;
[_condition broadcast];
[_condition unlock];