From cc3ec28e75ddaeddf7ebf335bbe92d93609e36f5 Mon Sep 17 00:00:00 2001 From: mccallum Date: Sat, 1 Jul 1995 18:39:22 +0000 Subject: [PATCH] (GNUSTEP_MFILES): Remove NSArrayEnumerator.m. (GNUSTEP_HEADERS): Remove Foundation/NSArrayEnumerator.h. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@486 72102866-910b-0410-8b05-ffd578937521 --- Source/Makefile.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/Makefile.in b/Source/Makefile.in index 493067cfb..07d5b2b85 100644 --- a/Source/Makefile.in +++ b/Source/Makefile.in @@ -273,7 +273,6 @@ NSAllocateObject.m \ NSArchiver.m \ NSArray.m \ NSAssertionHandler.m \ -NSArrayEnumerator.m \ NSAutoreleasePool.m \ NSBitmapCharSet.m \ NSBundle.m \ @@ -335,7 +334,6 @@ GNUSTEP_OBJS = \ GNUSTEP_HEADERS = \ Foundation/NSArchiver.h \ Foundation/NSArray.h \ -Foundation/NSArrayEnumerator.h \ Foundation/NSAutoreleasePool.h \ Foundation/NSBitmapCharSet.h \ Foundation/NSBundle.h \