mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
cgen: clean up interface_table() (#12816)
This commit is contained in:
parent
be5823069a
commit
d5c0bdf954
@ -7189,9 +7189,6 @@ fn (mut g Gen) interface_table() string {
|
||||
if isym.kind != .interface_ {
|
||||
continue
|
||||
}
|
||||
if isym.info !is ast.Interface {
|
||||
continue
|
||||
}
|
||||
inter_info := isym.info as ast.Interface
|
||||
if inter_info.is_generic {
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user