diff options
author | Michi Henning <michi@zeroc.com> | 2003-06-26 02:27:19 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2003-06-26 02:27:19 +0000 |
commit | 35a73118f5ee1fa8ad963cf61f74d15e477cf385 (patch) | |
tree | 0a852456ca8a131f016f2cb40676b2745d63e3fc /cpp/demo/Freeze/library/Parser.cpp | |
parent | Incorrect property settings for demos. (diff) | |
download | ice-35a73118f5ee1fa8ad963cf61f74d15e477cf385.tar.bz2 ice-35a73118f5ee1fa8ad963cf61f74d15e477cf385.tar.xz ice-35a73118f5ee1fa8ad963cf61f74d15e477cf385.zip |
Got rid of unnecessary _adapter and _communicator members.
Diffstat (limited to 'cpp/demo/Freeze/library/Parser.cpp')
-rw-r--r-- | cpp/demo/Freeze/library/Parser.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/demo/Freeze/library/Parser.cpp b/cpp/demo/Freeze/library/Parser.cpp index 6d866a30665..3f5211f5f42 100644 --- a/cpp/demo/Freeze/library/Parser.cpp +++ b/cpp/demo/Freeze/library/Parser.cpp @@ -595,7 +595,6 @@ Parser::parse(const string& commands, bool debug) } Parser::Parser(const CommunicatorPtr& communicator, const LibraryPrx& library) : - _communicator(communicator), _library(library) { } |