Skip to content
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Aleksey Kliger (λgeek) <[email protected]>
  • Loading branch information
thaystg and lambdageek authored Jul 7, 2021
commit 781969b6a23a993ee726b40f3e8d1ef2675d7d31
1 change: 0 additions & 1 deletion src/mono/mono/metadata/icall.c
Original file line number Diff line number Diff line change
Expand Up @@ -5776,7 +5776,6 @@ ves_icall_AssemblyExtensions_ApplyUpdate (MonoAssembly *assm,
g_assert (dmeta_len >= 0);
MonoImage *image_base = assm->image;
g_assert (image_base);
// TODO: use dpdb_bytes

mono_image_load_enc_delta (image_base, dmeta_bytes, dmeta_len, dil_bytes, dil_len, dpdb_bytes, dpdb_len, error);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ public static string StaticMethod1 () {

public class MethodBody3 {
public static string StaticMethod3 () {
bool c = true;
Console.WriteLine("v2");
return "NEWEST STRING";
bool c = true;
Console.WriteLine("v2");
return "NEWEST STRING";
}
}
}