Skip to content

Commit aa37bc7

Browse files
committed
fixup! Merge remote-tracking branch 'upstream/master' into pointers
1 parent 395616b commit aa37bc7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

LibGit2Sharp/Core/NativeMethods.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,15 +1116,13 @@ internal static extern unsafe UIntPtr git_reflog_entrycount
11161116
internal static extern unsafe string git_reflog_entry_message(git_reflog_entry* entry);
11171117

11181118
[DllImport(libgit2)]
1119-
[return: MarshalAs(UnmanagedType.CustomMarshaler, MarshalCookie = UniqueId.UniqueIdentifier, MarshalTypeRef = typeof(LaxUtf8NoCleanupMarshaler))]
11201119
internal static extern int git_refspec_transform(
11211120
GitBuf buf,
11221121
IntPtr refspec,
11231122
[MarshalAs(UnmanagedType.CustomMarshaler, MarshalCookie = UniqueId.UniqueIdentifier, MarshalTypeRef = typeof(StrictUtf8Marshaler))] string name);
11241123

11251124

11261125
[DllImport(libgit2)]
1127-
[return: MarshalAs(UnmanagedType.CustomMarshaler, MarshalCookie = UniqueId.UniqueIdentifier, MarshalTypeRef = typeof(LaxUtf8NoCleanupMarshaler))]
11281126
internal static extern int git_refspec_rtransform(
11291127
GitBuf buf,
11301128
IntPtr refspec,

0 commit comments

Comments
 (0)