Removed MallocAddress

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2994 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1998-09-30 08:39:14 +00:00
parent 591c9343a5
commit 8723615092
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,7 @@
Wed Sep 30 9:05:00 1998 Richard Frith-Macdonald <richard@brainstorm.co.uk>
* 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

View file

@ -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 \