Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions core/src/main/java/org/jruby/ext/ffi/AbstractMemory.java
Original file line number Diff line number Diff line change
@@ -194,10 +194,7 @@ public boolean equals(Object obj) {
public IRubyObject op_equal(ThreadContext context, IRubyObject obj) {
return context.runtime.newBoolean(this.equals(obj));
}
@Override
public final boolean eql(IRubyObject other) {
return this.equals(other);
}

/**
* Calculates the hash code for this <tt>MemoryPointer</tt>
*

0 comments on commit 7551aa7

Please sign in to comment.