diff options
author | Damien George <damien.p.george@gmail.com> | 2020-02-18 22:45:25 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2020-02-20 10:48:03 +1100 |
commit | d3b2c6e44c25ef6714d767e4da4e808a7ba80f23 (patch) | |
tree | d95385748be57e92e6885c942f32eeed5a4db184 /py/binary.c | |
parent | 819380c964ca30f9d3e480a61371d502b7976abe (diff) |
py/objtuple: Remove code that handles tuple-subclass equality test.
Since commit 3aab54bf434e7f025a91ea05052f1bac439fad8c this piece of code is
no longer needed because the top-level function mp_obj_equal_not_equal()
now handles the case of user types, and will never call tuple's binary_op
function with MP_BINARY_OP_EQUAL and a non-tuple on the RHS.
Diffstat (limited to 'py/binary.c')
0 files changed, 0 insertions, 0 deletions