From cec7d255aee3cc43b607a84ee7b25f85d74f99dd Mon Sep 17 00:00:00 2001 From: mccallum Date: Mon, 3 Apr 1995 00:57:41 +0000 Subject: [PATCH] #if'ed out NXConstantString implementation. Moved to NSString.m git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@225 72102866-910b-0410-8b05-ffd578937521 --- Source/ConstantString.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/ConstantString.m b/Source/ConstantString.m index 2cbcfd2f0..cbb098b76 100644 --- a/Source/ConstantString.m +++ b/Source/ConstantString.m @@ -104,6 +104,7 @@ @end - +#if 0 /* Moved to NSString.m */ @implementation NXConstantString @end +#endif