diff --git a/ChangeLog b/ChangeLog index 1ea9623e5..e428e63f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,8 @@ The intention was to produce a pretty complete manual and then release it, but we ran out of funding, so I'm releasing the work to date. + * Source/NSObject.m: Go back to using local refcounts now that new + map table code is thoroughly tested. 2002-02-01 Richard Frith-Macdonald diff --git a/Source/NSObject.m b/Source/NSObject.m index a3c64138d..bfa412257 100644 --- a/Source/NSObject.m +++ b/Source/NSObject.m @@ -44,7 +44,6 @@ #include #include -#define REFCNT_LOCAL 0 #ifndef NeXT_RUNTIME