From 896bb5731aefd1536560ff2da760197c810cda4d Mon Sep 17 00:00:00 2001 From: mccallum Date: Fri, 26 Jan 1996 19:41:46 +0000 Subject: [PATCH] (GNUSTEP_MFILES): NSUnarchiver.m and NSGUnarchiver.m removed. (GNUSTEP_HEADERS): Foundation/NSUnarchiver.h and Foundation/NSGUnarchiver.h removed. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@847 72102866-910b-0410-8b05-ffd578937521 --- Source/Makefile.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Source/Makefile.in b/Source/Makefile.in index 4fc6ae92c..fe54adf6e 100644 --- a/Source/Makefile.in +++ b/Source/Makefile.in @@ -308,7 +308,6 @@ NSGCString.m \ NSGData.m \ NSGDictionary.m \ NSGSet.m \ -NSGUnarchiver.m \ NSMethodSignature.m \ NSNumber.m \ NSObjCRuntime.m \ @@ -318,7 +317,6 @@ NSRange.m \ NSSet.m \ NSString.m \ NSTimeZone.m \ -NSUnarchiver.m \ NSValue.m NSVALUE_MFILES = \ @@ -370,7 +368,6 @@ Foundation/NSGCString.h \ Foundation/NSGData.h \ Foundation/NSGDictionary.h \ Foundation/NSGSet.h \ -Foundation/NSGUnarchiver.h \ Foundation/NSInvocation.h \ Foundation/NSMethodSignature.h \ Foundation/NSObjCRuntime.h \ @@ -380,7 +377,6 @@ Foundation/NSRange.h \ Foundation/NSSerialization.h \ Foundation/NSSet.h \ Foundation/NSString.h \ -Foundation/NSUnarchiver.h \ Foundation/NSUtilities.h \ Foundation/NSValue.h \ Foundation/NSZone.h \