Skip to content
Prev Previous commit
Next Next commit
remove unused var
  • Loading branch information
lambdageek committed Aug 23, 2022
commit 34d4348f66b741da593d4d7d4554df04b75be3c0
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