Skip to content

Commit 5b2b698

Browse files
Restore preserved documentation comments
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent fd8fad7 commit 5b2b698

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Microsoft.Android.Sdk.TrimmableTypeMap/Generator/TypeMapAssemblyEmitter.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@ void EmitMemberReferences ()
263263
sig => sig.MethodSignature ().Parameters (0,
264264
rt => rt.Type ().Boolean (),
265265
p => { }));
266-
267266
// JniNativeMethod..ctor(byte*, byte*, IntPtr)
268267
_jniNativeMethodCtorRef = _pe.AddMemberRef (_jniNativeMethodRef, ".ctor",
269268
sig => sig.MethodSignature (isInstanceMethod: true).Parameters (3,

0 commit comments

Comments
 (0)