Removed unused argument warning (#36)
As argument rhs is not being used in that equals (should the equals function always return false), I added that flag so the compiler skips that warning.
Showing
Please
register
or
sign in
to comment
As argument rhs is not being used in that equals (should the equals function always return false), I added that flag so the compiler skips that warning.