Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonabreul committed Sep 27, 2024
1 parent 20f8977 commit d83c4d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/runtime/Types/ClassBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ public static NewReference tp_richcompare(BorrowedReference ob, BorrowedReferenc
{
CLRObject co1;
object co2Inst;
NewReference error;
BorrowedReference tp = Runtime.PyObject_TYPE(ob);
var cls = (ClassBase)GetManagedObject(tp)!;
// C# operator methods take precedence over IComparable.
Expand Down

0 comments on commit d83c4d2

Please sign in to comment.