diff options
author | Bernard Normier <bernard@zeroc.com> | 2006-07-27 20:48:26 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2006-07-27 20:48:26 +0000 |
commit | 62f5c50a7fe4d7d083082b13d59d1098ce33019d (patch) | |
tree | dfa6b2270e3a6563ee32bf03d1b9c6331aaaf613 /cpp/include/Slice/Parser.h | |
parent | enabled oldevictor test (diff) | |
download | ice-62f5c50a7fe4d7d083082b13d59d1098ce33019d.tar.bz2 ice-62f5c50a7fe4d7d083082b13d59d1098ce33019d.tar.xz ice-62f5c50a7fe4d7d083082b13d59d1098ce33019d.zip |
Deprecated nonmutating in Parser; replaced throughout with idempotent +
metadata
Diffstat (limited to 'cpp/include/Slice/Parser.h')
-rw-r--r-- | cpp/include/Slice/Parser.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/include/Slice/Parser.h b/cpp/include/Slice/Parser.h index 2d23e600c06..53c8cb22042 100644 --- a/cpp/include/Slice/Parser.h +++ b/cpp/include/Slice/Parser.h @@ -569,7 +569,6 @@ protected: TypePtr _returnType; ExceptionList _throws; Mode _mode; - Mode _sendMode; }; // ---------------------------------------------------------------------- |