mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
(CODER_OBJECT_FORWARD_SATISFIER): Enum constant removed; it is no
longer needed. Note: decoders built after this change will not be able to read data files encoded before this change. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1357 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2e400e6677
commit
919f4e6955
2 changed files with 0 additions and 2 deletions
|
@ -34,7 +34,6 @@ enum {
|
|||
CODER_OBJECT_ROOT,
|
||||
CODER_OBJECT_REPEATED,
|
||||
CODER_OBJECT_FORWARD_REFERENCE,
|
||||
CODER_OBJECT_FORWARD_SATISFIER,
|
||||
CODER_OBJECT_CLASS,
|
||||
CODER_CLASS_NIL,
|
||||
CODER_CLASS,
|
||||
|
|
|
@ -34,7 +34,6 @@ enum {
|
|||
CODER_OBJECT_ROOT,
|
||||
CODER_OBJECT_REPEATED,
|
||||
CODER_OBJECT_FORWARD_REFERENCE,
|
||||
CODER_OBJECT_FORWARD_SATISFIER,
|
||||
CODER_OBJECT_CLASS,
|
||||
CODER_CLASS_NIL,
|
||||
CODER_CLASS,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue