diff --git a/ChangeLog b/ChangeLog index 4c4924ead..88bc9a64b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ Wed Sep 30 9:05:00 1998 Richard Frith-Macdonald + * Removed MallocAddress class - + use ([NSData +dataWithBytesNoCopy:length:]) instead. * Tools/dwrite.m: Removed references to cStringNoCopy * src/BinaryTree.m: Removed references to cStringNoCopy * src/Collection.m: Removed references to cStringNoCopy diff --git a/Source/GNUmakefile b/Source/GNUmakefile index 4bf48ea01..00863c7f6 100644 --- a/Source/GNUmakefile +++ b/Source/GNUmakefile @@ -92,7 +92,6 @@ KeyedCollection.m \ LinkedList.m \ LinkedListNode.m \ MachPort.m \ -MallocAddress.m \ MappedCollector.m \ MemoryStream.m \ NotificationDispatcher.m \ @@ -207,7 +206,6 @@ LinkedListNode.h \ Locking.h \ MachPort.h \ Magnitude.h \ -MallocAddress.h \ MappedCollector.h \ MemoryStream.h \ NotificationDispatcher.h \