mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
591c9343a5
commit
8723615092
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue