Skip to content
Prev Previous commit
Next Next commit
remove unused var
  • Loading branch information
lambdageek authored and github-actions committed Aug 24, 2022
commit 566b70bf625cd5f1d51574ecc494a8bac232ec89
2 changes: 0 additions & 2 deletions src/mono/mono/metadata/class-setup-vtable.c
Original file line number Diff line number Diff line change
Expand Up @@ -1018,8 +1018,6 @@ apply_override (MonoClass *klass, MonoClass *override_class, MonoMethod **vtable

/* Collect potentially conflicting overrides which are introduced by default interface methods */
if (prev_override) {
ERROR_DECL (error);

g_assert (prev_override->klass == prev_override_class);

if (!*conflict_map)
Expand Down