summaryrefslogtreecommitdiff
path: root/ruby/src/IceRuby/Communicator.cpp
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2017-06-07 16:39:31 -0400
committerJoe George <joe@zeroc.com>2017-06-07 16:39:31 -0400
commit2fb970cdea450b15b5f7d74099246b6abef16857 (patch)
treeac0fdf40cff12d1cba313e20da757671cbdeeebd /ruby/src/IceRuby/Communicator.cpp
parentRemove trailing whitespace (diff)
downloadice-2fb970cdea450b15b5f7d74099246b6abef16857.tar.bz2
ice-2fb970cdea450b15b5f7d74099246b6abef16857.tar.xz
ice-2fb970cdea450b15b5f7d74099246b6abef16857.zip
Remove excessive empty lines
Diffstat (limited to 'ruby/src/IceRuby/Communicator.cpp')
-rw-r--r--ruby/src/IceRuby/Communicator.cpp2
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)