* Source/GNUmakefile: Remove reference to synchonization.m.

* Source/synchronization.m: Remove, since ObjectiveC2 has been
	merged.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29903 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2010-03-11 17:11:25 +00:00
parent 8632d7f34a
commit b5dbc1afc5
3 changed files with 6 additions and 230 deletions

View file

@ -280,15 +280,6 @@ NSZone.m \
externs.m \
objc-load.m
# Not sure that the following is ever needed ...
# we should have synchronisation support from the ObjC2 runtime or
# we should have synchronisation support from the ObjC2 compatibility code or
# we are without native exception and @synchronize support anyway.
#
#ifeq ($(HAVE_OBJC_SYNC_ENTER), no)
# GNU_MFILES += synchronization.m
#endif
ifneq ($(GNUSTEP_TARGET_OS), mingw32)
BASE_MFILES += \
GSFileHandle.m \