mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
(Coder): Get rid of unnecessary ivar doing_root_object; we can get the
same information from ivar interconnected_stack_height. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@755 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
65a02c0788
commit
0a090cdb52
2 changed files with 2 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
/* Interface for GNU Objective-C coder object for use serializing
|
||||
Copyright (C) 1994, 1995 Free Software Foundation, Inc.
|
||||
Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
|
||||
|
||||
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
|
||||
Date: July 1994
|
||||
|
@ -38,7 +38,6 @@
|
|||
int concrete_format_version;
|
||||
Stream *stream;
|
||||
BOOL is_decoding;
|
||||
BOOL doing_root_object;
|
||||
Dictionary *object_table; /* read/written objects */
|
||||
Dictionary *const_ptr_table; /* read/written const *'s */
|
||||
Dictionary *root_object_table; /* table of interconnected objects */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue