Tidied coder stuff to avoid cross-refs in connections

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@5008 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1999-10-13 08:28:45 +00:00
parent 92426fe6cb
commit a7aae3556f
3 changed files with 0 additions and 60 deletions

View file

@ -233,10 +233,6 @@ my_object_is_class(id object)
/* These _coder... methods may be overriden by subclasses so that
cross-references can be kept differently.
For instance, ConnectedCoder keeps cross-references to const
pointers on a per-Connection basis instead of a per-Coder basis.
We avoid encoding/decoding the same classes and selectors over and
over again.
*/
- (unsigned) _coderCreateReferenceForObject: anObj