diff options
Diffstat (limited to 'ruby/src/IceRuby/Endpoint.cpp')
-rw-r--r-- | ruby/src/IceRuby/Endpoint.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ruby/src/IceRuby/Endpoint.cpp b/ruby/src/IceRuby/Endpoint.cpp index 70893f481ca..2491151f7ba 100644 --- a/ruby/src/IceRuby/Endpoint.cpp +++ b/ruby/src/IceRuby/Endpoint.cpp @@ -115,7 +115,6 @@ IceRuby_Endpoint_equals(VALUE self, VALUE other) return IceRuby_Endpoint_cmp(self, other) == INT2NUM(0) ? Qtrue : Qfalse; } - // ********************************************************************** // EndpointInfo // ********************************************************************** |