Don't build synchronisation.m ... I don't think we need it any more.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29673 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2010-02-19 15:30:27 +00:00
parent 08e1c8703c
commit 8d72e6f951
2 changed files with 10 additions and 5 deletions

View file

@ -10,7 +10,7 @@
#include <stdlib.h>
@interface Fake
+ (void)dealloc;
+ (void) dealloc;
@end
static pthread_mutex_t at_sync_init_lock = PTHREAD_MUTEX_INITIALIZER;
@ -34,7 +34,7 @@ findLockClass(id obj)
object.isa = class_getSuperclass(object.isa);
} while (Nil != object.isa
&& objc_msg_lookup((id)&object, dealloc) != (IMP)deallocLockClass);
}
}
if (Nil == object.isa)
{
return Nil;