diff options
Diffstat (limited to 'ruby/src/IceRuby/Communicator.cpp')
-rw-r--r-- | ruby/src/IceRuby/Communicator.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ruby/src/IceRuby/Communicator.cpp b/ruby/src/IceRuby/Communicator.cpp index efa32357b08..d410b64b61c 100644 --- a/ruby/src/IceRuby/Communicator.cpp +++ b/ruby/src/IceRuby/Communicator.cpp @@ -302,7 +302,6 @@ IceRuby_identityToString(int argc, VALUE* argv, VALUE self) Ice::Identity ident = getIdentity(argv[0]); - Ice::ToStringMode toStringMode = Ice::Unicode; if(argc == 2) { @@ -541,7 +540,6 @@ IceRuby_Communicator_getImplicitContext(VALUE self) return Qnil; } - extern "C" VALUE IceRuby_Communicator_getProperties(VALUE self) |