Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ff956e4

Browse files
committed
Remove unused method
1 parent fa47957 commit ff956e4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/runtime/BorrowedReference.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ readonly ref struct BorrowedReference
1515
public IntPtr DangerousGetAddress()
1616
=> this.IsNull ? throw new NullReferenceException() : this.pointer;
1717

18-
/// <summary>
19-
/// Gets a raw pointer to the Python object. Does not throw an exception
20-
/// if the pointer is null
21-
/// </summary>
22-
public IntPtr DangerousGetAddressUnchecked() => this.pointer;
23-
2418
/// <summary>
2519
/// Creates new instance of <see cref="BorrowedReference"/> from raw pointer. Unsafe.
2620
/// </summary>

0 commit comments

Comments
 (0)