Skip to content

Commit 66d31bb

Browse files
committed
Delete commented code
1 parent bcf9841 commit 66d31bb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/runtime/constructorbinding.cs

-2
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,6 @@ public static IntPtr mp_subscript(IntPtr op, IntPtr key)
104104
}
105105
var boundCtor = new BoundContructor(self.type, self.pyTypeHndl, self.ctorBinder, ci);
106106

107-
/* Since nothing is cached, do we need the increment???
108-
Runtime.XIncref(boundCtor.pyHandle); // Decref'd by the interpreter??? */
109107
return boundCtor.pyHandle;
110108
}
111109

0 commit comments

Comments
 (0)