From 79d8ce80beccf825a91e8ca9ac50a27f288510db Mon Sep 17 00:00:00 2001 From: mccallum Date: Fri, 26 Jan 1996 19:20:10 +0000 Subject: [PATCH] (NSInconsistentArchiveException): String removed; it's in NSArchiver.m. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@846 72102866-910b-0410-8b05-ffd578937521 --- Source/NSException.m | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Source/NSException.m b/Source/NSException.m index 6ac78d936..0993993c6 100644 --- a/Source/NSException.m +++ b/Source/NSException.m @@ -1,5 +1,5 @@ /* NSException - Object encapsulation of a general exception handler - Copyright (C) 1993,1994 Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc. Written by: Adam Fedor Date: Mar 1995 @@ -28,8 +28,6 @@ #include #include -NSString *NSInconsistentArchiveException - = @"NSInconsistentArchiveException"; NSString *NSGenericException = @"NSGenericException"; NSString *NSInternalInconsistencyException